Skip to content

Commit

Permalink
minor #32 Allow Symfony 4 (dunglas)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Allow Symfony 4

Commits
-------

97635f1 Allow Symfony 4
  • Loading branch information
fabpot committed Jul 23, 2017
2 parents 147a238 + 97635f1 commit b209840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": ">=5.3.3",
"psr/http-message": "~1.0",
"symfony/http-foundation": "~2.3|~3.0"
"symfony/http-foundation": "~2.3|~3.0|~4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~3.2"
"symfony/phpunit-bridge": "~3.2|4.0"
},
"suggest": {
"psr/http-message-implementation": "To use the HttpFoundation factory",
Expand Down

0 comments on commit b209840

Please sign in to comment.