Merge pull request #766 from simPod/allow-symfony-5

Allow Symfony 5
This commit is contained in:
Matt Bonneau 2020-01-27 18:08:40 -05:00 committed by GitHub
commit 57721e1f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@
, "ratchet/rfc6455": "^0.2" , "ratchet/rfc6455": "^0.2"
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5" , "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
, "guzzlehttp/psr7": "^1.0" , "guzzlehttp/psr7": "^1.0"
, "symfony/http-foundation": "^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" , "symfony/routing": "^2.6|^3.0|^4.0|^5.0"
} }
, "require-dev": { , "require-dev": {
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "~4.8"