Skip to content

Commit 298b75e

Browse files
committed
Drop support for Symfony 4.4 and earlier, and 5.0-5.2
1 parent 0eb7bfc commit 298b75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"require": {
1616
"php": "^7.2 || ^8.0",
1717
"matthiasnoback/symfony-config-test": "^4.0.1",
18-
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
19-
"symfony/config": "^3.4 || ^4.4 || ^5.0",
20-
"symfony/yaml": "^3.4 || ^4.4 || ^5.0"
18+
"symfony/dependency-injection": "^4.4 || ^5.3",
19+
"symfony/config": "^4.4 || ^5.3",
20+
"symfony/yaml": "^4.4 || ^5.3"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)