Skip to content

Commit a354e09

Browse files
authored
Merge pull request doctrine#1663 from alcaeus/allow-symfony-4-console
Allow symfony 4 console in composer.json
2 parents aaa4684 + b2658c7 commit a354e09

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
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": "^5.6 || ^7.0",
18-
"symfony/console": "~2.3|~3.0",
18+
"symfony/console": "~2.3|~3.0|^4.0",
1919
"doctrine/annotations": "~1.0",
2020
"doctrine/collections": "~1.1",
2121
"doctrine/common": "~2.4",
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "~5.4",
29-
"symfony/yaml": "~2.3|~3.0"
29+
"symfony/yaml": "~2.3|~3.0|^4.0"
3030
},
3131
"suggest": {
3232
"symfony/yaml": "Enables the YAML metadata mapping driver",

0 commit comments

Comments
 (0)