Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b209840

Browse filesBrowse 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
Copy full SHA for b209840

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.