8000 minor #32 Allow Symfony 4 (dunglas) · symfony/symfony@b209840 · GitHub
[go: up one dir, main page]

Skip to content

Commit b209840

Browse files
committed
minor #32 Allow Symfony 4 (dunglas)
This PR was merged into the 1.0-dev branch. Discussion ---------- Allow Symfony 4 Commits ------- 97635f1 Allow Symfony 4
2 parents 147a238 + 97635f1 commit b209840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"psr/http-message": "~1.0",
21-
"symfony/http-foundation": "~2.3|~3.0"
21+
"symfony/http-foundation": "~2.3|~3.0|~4.0"
2222
},
2323
"require-dev": {
24-
"symfony/phpunit-bridge": "~3.2"
24+
"symfony/phpunit-bridge": "~3.2|4.0"
2525
},
2626
"suggest": {
2727
"psr/http-message-implementation": "To use the HttpFoundation factory",

0 commit comments

Comments
 (0)
0