We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147a238 commit 97635f1Copy full SHA for 97635f1
composer.json
@@ -18,10 +18,10 @@
18
"require": {
19
"php": ">=5.3.3",
20
"psr/http-message": "~1.0",
21
- "symfony/http-foundation": "~2.3|~3.0"
+ "symfony/http-foundation": "~2.3|~3.0|~4.0"
22
},
23
"require-dev": {
24
- "symfony/phpunit-bridge": "~3.2"
+ "symfony/phpunit-bridge": "~3.2|4.0"
25
26
"suggest": {
27
"psr/http-message-implementation": "To use the HttpFoundation factory",
0 commit comments