Skip to content

Commit 3d158f3

Browse files
authored
Merge pull request #19 from laravel-labs/symfony7
Add supports for Symfony 7
2 parents bb96f02 + d8e621e commit 3d158f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0",
20-
"symfony/http-foundation": "^4.4|^5.4|^6"
20+
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)