Skip to content

Commit 7002e60

Browse files
committed
Drop support for Symfony 4.4 and earlier, and 5.0-5.2
1 parent 8b1408d commit 7002e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^7.1 || ^8.0",
17-
"symfony/config": "^2.7 || ^3.4 || ^4.0 || ^5.0"
17+
"symfony/config": "^4.4 || ^5.3"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"

0 commit comments

Comments
 (0)