Skip to content

Commit

Permalink
Allow symfony/http-foundation ^5 (#3)
Browse files Browse the repository at this point in the history
* Allow symfony/http-foundation ^5
  • Loading branch information
bramus authored Mar 19, 2020
1 parent 676efd2 commit 4da122b
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 @@ -21,7 +21,7 @@
},
"require": {
"php": "^7.1",
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0"
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
Expand Down

0 comments on commit 4da122b

Please sign in to comment.