Skip to content

Commit 9e73672

Browse files
authored
Merge pull request #7723 from nicolas-grekas/sf5
Allow Symfony 5.0
2 parents 30c5a00 + 6b1a9e5 commit 9e73672

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
@@ -24,13 +24,13 @@
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": "^1.0",
3131
"phpunit/phpunit": "^6.5",
3232
"squizlabs/php_codesniffer": "^3.2",
33-
"symfony/yaml": "~3.4|~4.0"
33+
"symfony/yaml": "^3.4|^4.0|^5.0"
3434
},
3535
"suggest": {
3636
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"

0 commit comments

Comments
 (0)