Skip to content

Commit

Permalink
Merge branch 'improvement/#2484-allow-symfony-3-cli-as-dev-dependency'
Browse files Browse the repository at this point in the history
Forward port #2484
  • Loading branch information
Ocramius committed Aug 25, 2016
2 parents 80fbaab + bfcbe0b commit 20f2c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"require-dev": {
"phpunit/phpunit": "^5.4.6",
"phpunit/phpunit-mock-objects": "!=3.2.4",
"symfony/console": "2.*"
"symfony/console": "2.*||^3.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
Expand Down

0 comments on commit 20f2c73

Please sign in to comment.