Skip to content

Commit 11a65cc

Browse files
author
clotildeh
committed
update composer and travis
1 parent dcb4dff commit 11a65cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
- vendor
77

88
php:
9-
- 7.3
9+
- 7.4
1010

1111
before_install:
1212
- phpenv config-rm xdebug.ini

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"GPL-2.0"
2222
],
2323
"require": {
24-
"php": ">=8.1",
24+
"php": ">=7.4",
25+
"ibexa/oss": "^4.0",
2526
"ext-libxml": "*",
2627
"symfony/yaml": "^5.0",
2728
"symfony/routing": "^5.0",
@@ -34,8 +35,8 @@
3435
"require-dev": {
3536
"squizlabs/php_codesniffer": "^3.2",
3637
"phpmd/phpmd": "^2.6",
37-
"friendsofphp/php-cs-fixer": "^2.10",
38-
"phpunit/phpunit": "^6.4",
38+
"friendsofphp/php-cs-fixer": "^3.10",
39+
"phpunit/phpunit": ">=7.0",
3940
"dg/bypass-finals": "^1.3"
4041
},
4142
"autoload": {

0 commit comments

Comments
 (0)