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 bf72d2a

Browse filesBrowse files
authored
Merge pull request symfony#61 from spajxo/symfony5-support
Add support for Symfony 5
2 parents 86bed6e + 42ebf2c commit bf72d2a
Copy full SHA for bf72d2a

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"require": {
1515
"php": ">=5.5",
1616
"aws/aws-sdk-php": "^3.2.6",
17-
"symfony/config": "~2.3|~3.0|~4.0",
18-
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
19-
"symfony/http-kernel": "~2.3|~3.0|~4.0"
17+
"symfony/config": "~2.3|~3.0|~4.0|~5.0",
18+
"symfony/dependency-injection": "~2.3|~3.0|~4.0|~5.0",
19+
"symfony/http-kernel": "~2.3|~3.0|~4.0|~5.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.8.35|^5.4.0|^6.0.0",
23-
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
24-
"symfony/yaml": "~2.3|~3.0|~4.0"
23+
"symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0",
24+
"symfony/yaml": "~2.3|~3.0|~4.0|~5.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.