Skip to content

Commit 38dbec4

Browse files
authored
[TASK] Drop support for EOL'ed Symfony versions
This is a pre-patch for adding support for Symfony 7.
1 parent f811810 commit 38dbec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"php": "^7.2 || ^8.0",
2222
"ext-json": "*",
2323
"ext-zip": "*",
24-
"symfony/console": "^4.4 || ^5.0 || ^6.0",
25-
"symfony/dotenv": "^4.4 || ^5.0 || ^6.0",
26-
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
27-
"symfony/mime": "^4.4 || ^5.0 || ^6.0"
24+
"symfony/console": "^4.4 || ^5.4 || ^6.4",
25+
"symfony/dotenv": "^4.4 || ^5.4 || ^6.4",
26+
"symfony/http-client": "^4.4 || ^5.4 || ^6.4",
27+
"symfony/mime": "^4.4 || ^5.4 || ^6.4"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^8.5.36",

0 commit comments

Comments
 (0)