Skip to content

Commit bd06c11

Browse files
committed
Allow Symfony 7
1 parent 5dcc8cb commit bd06c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=7.4",
17-
"symfony/http-foundation": "2.8.* || ^3.0 || ^4.0 || ^5.0 || ^6.0",
17+
"symfony/http-foundation": "2.8.* || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
1818
"symfony/polyfill-php80": "^1.26"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)