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 bb6ecdf commit 3faf668Copy full SHA for 3faf668
composer.json
@@ -16,13 +16,11 @@
16
}
17
},
18
"require": {
19
- "php": ">=7.1",
20
- "ezsystems/ezpublish-kernel": "^7.5",
21
- "ezsystems/ezplatform-form-builder": "^1.2"
+ "php": ">=7.1"
22
23
"require-dev": {
24
- "friendsofphp/php-cs-fixer": "2.7.*",
25
- "phpunit/phpunit": "~7.0"
+ "phpunit/phpunit": "^9.5",
+ "symfony/phpunit-bridge": "^6.0"
26
27
"scripts": {
28
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"
0 commit comments