Skip to content

Commit 67054fa

Browse files
committed
Bump min Sf 4 version to 4.4 and drop direct PHPUnit dep
1 parent 9802031 commit 67054fa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
"require": {
1212
"php": "^7.2 || ^8.0",
1313
"nikic/php-parser": "^3.0 || ^4.0",
14-
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
14+
"symfony/finder": "^3.4 || ^4.4 || ^5.0",
1515
"twig/twig": "^2.0 || ^3.0",
1616
"doctrine/annotations": "^1.7"
1717
},
1818
"require-dev": {
1919
"symfony/phpunit-bridge": "^5.0",
20-
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
21-
"symfony/validator": "^3.4 || ^4.3 || ^5.0",
22-
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
23-
"phpunit/phpunit": "^8.4",
20+
"symfony/translation": "^3.4 || ^4.4 || ^5.0",
21+
"symfony/validator": "^3.4 || ^4.4 || ^5.0",
22+
"symfony/twig-bridge": "^3.4 || ^4.4 || ^5.0",
2423
"knplabs/knp-menu": "^3.1"
2524
},
2625
"autoload": {

0 commit comments

Comments
 (0)