Skip to content

Commit d9c30e3

Browse files
jwagelcobucci
authored andcommitted
Merge pull request #7723 from nicolas-grekas/sf5
Allow Symfony 5.0
2 parents cfcca3a + 90c1ee0 commit d9c30e3

File tree

2 files changed

+80
-82
lines changed

2 files changed

+80
-82
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"doctrine/common": "^2.7.1",
2525
"doctrine/dbal": "^2.6",
2626
"doctrine/instantiator": "~1.1",
27-
"symfony/console": "~3.0|~4.0"
27+
"symfony/console": "^3.0|^4.0|^5.0"
2828
},
2929
"require-dev": {
3030
"doctrine/coding-standard": "^5.0",
3131
"phpunit/phpunit": "^7.5",
32-
"symfony/yaml": "~3.4|~4.0"
32+
"symfony/yaml": "^3.4|^4.0|^5.0"
3333
},
3434
"suggest": {
3535
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"

0 commit comments

Comments
 (0)