Skip to content

Commit 4da122b

Browse files
authored
Allow symfony/http-foundation ^5 (#3)
* Allow symfony/http-foundation ^5
1 parent 676efd2 commit 4da122b

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
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0"
24+
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.5"

0 commit comments

Comments
 (0)