Skip to content

Commit 30747d4

Browse files
authored
Allow symfony/http-foundation version 6
1 parent 25e2ac1 commit 30747d4

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
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"symfony/http-foundation": "2.8.* || ^3.0 || ^4.0 || ^5.0",
22+
"symfony/http-foundation": "2.8.* || ^3.0 || ^4.0 || ^5.0 || ^6.0",
2323
"php": ">=5.4",
2424
"purplepixie/phpdns": "^2.0"
2525
},

0 commit comments

Comments
 (0)