Skip to content

Commit

Permalink
update supported Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Jun 18, 2024
1 parent ff54a40 commit 9b47865
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 @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.2",
"symfony/http-foundation": "^5.4||^6.0"
"symfony/http-foundation": "^5.4||^6.4||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"symfony/framework-bundle": "^5.4||^6.0",
"symfony/browser-kit": "^5.4||^6.0",
"symfony/yaml": "^5.4||^6.0"
"symfony/framework-bundle": "^5.4||^6.4||^7.0",
"symfony/browser-kit": "^5.4||^6.4||^7.0",
"symfony/yaml": "^5.4||^6.4||^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9b47865

Please # to comment.