We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb4dff commit 11a65ccCopy full SHA for 11a65cc
.travis.yml
@@ -6,7 +6,7 @@ cache:
6
- vendor
7
8
php:
9
- - 7.3
+ - 7.4
10
11
before_install:
12
- phpenv config-rm xdebug.ini
composer.json
@@ -21,7 +21,8 @@
21
"GPL-2.0"
22
],
23
"require": {
24
- "php": ">=8.1",
+ "php": ">=7.4",
25
+ "ibexa/oss": "^4.0",
26
"ext-libxml": "*",
27
"symfony/yaml": "^5.0",
28
"symfony/routing": "^5.0",
@@ -34,8 +35,8 @@
34
35
"require-dev": {
36
"squizlabs/php_codesniffer": "^3.2",
37
"phpmd/phpmd": "^2.6",
- "friendsofphp/php-cs-fixer": "^2.10",
38
- "phpunit/phpunit": "^6.4",
+ "friendsofphp/php-cs-fixer": "^3.10",
39
+ "phpunit/phpunit": ">=7.0",
40
"dg/bypass-finals": "^1.3"
41
},
42
"autoload": {
0 commit comments