Skip to content

Commit

Permalink
Merge pull request #766 from simPod/allow-symfony-5
Browse files Browse the repository at this point in the history
Allow Symfony 5
  • Loading branch information
mbonneau authored Jan 27, 2020
2 parents 63868ca + b19d2aa commit 57721e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
, "ratchet/rfc6455": "^0.2"
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
, "guzzlehttp/psr7": "^1.0"
, "symfony/http-foundation": "^2.6|^3.0|^4.0"
, "symfony/routing": "^2.6|^3.0|^4.0"
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0"
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0"
}
, "require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit 57721e1

Please sign in to comment.