Skip to content

Commit 3faf668

Browse files
committed
requires
1 parent bb6ecdf commit 3faf668

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=7.1",
20-
"ezsystems/ezpublish-kernel": "^7.5",
21-
"ezsystems/ezplatform-form-builder": "^1.2"
19+
"php": ">=7.1"
2220
},
2321
"require-dev": {
24-
"friendsofphp/php-cs-fixer": "2.7.*",
25-
"phpunit/phpunit": "~7.0"
22+
"phpunit/phpunit": "^9.5",
23+
"symfony/phpunit-bridge": "^6.0"
2624
},
2725
"scripts": {
2826
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"

0 commit comments

Comments
 (0)