Skip to content

Commit

Permalink
Merge pull request #19 from laravel-labs/symfony7
Browse files Browse the repository at this point in the history
Add supports for Symfony 7
  • Loading branch information
barryvdh authored Oct 12, 2023
2 parents bb96f02 + d8e621e commit 3d158f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.4|^8.0",
"symfony/http-foundation": "^4.4|^5.4|^6"
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down

0 comments on commit 3d158f3

Please sign in to comment.