Skip to content

Commit 57721e1

Browse files
authored
Merge pull request #766 from simPod/allow-symfony-5
Allow Symfony 5
2 parents 63868ca + b19d2aa commit 57721e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
, "ratchet/rfc6455": "^0.2"
2828
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
2929
, "guzzlehttp/psr7": "^1.0"
30-
, "symfony/http-foundation": "^2.6|^3.0|^4.0"
31-
, "symfony/routing": "^2.6|^3.0|^4.0"
30+
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0"
31+
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0"
3232
}
3333
, "require-dev": {
3434
"phpunit/phpunit": "~4.8"

0 commit comments

Comments
 (0)