Skip to content

Commit

Permalink
[TASK] Drop support for EOL'ed Symfony versions
Browse files Browse the repository at this point in the history
This is a pre-patch for adding support for Symfony 7.
  • Loading branch information
oliverklee committed Feb 15, 2024
1 parent f811810 commit 38dbec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"php": "^7.2 || ^8.0",
"ext-json": "*",
"ext-zip": "*",
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dotenv": "^4.4 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
"symfony/mime": "^4.4 || ^5.0 || ^6.0"
"symfony/console": "^4.4 || ^5.4 || ^6.4",
"symfony/dotenv": "^4.4 || ^5.4 || ^6.4",
"symfony/http-client": "^4.4 || ^5.4 || ^6.4",
"symfony/mime": "^4.4 || ^5.4 || ^6.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5.36",
Expand Down

0 comments on commit 38dbec4

Please sign in to comment.