Skip to content

Commit

Permalink
MAGETWO-64065: [GitHub] [PR] Merge Pull Request magento/magento2#8151
Browse files Browse the repository at this point in the history
…: Remove "<2.7" constraint on symfony/console
  • Loading branch information
Oleksii Korshenko committed Feb 7, 2017
1 parent 934c94f commit 54b6897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"composer/composer": "1.0.0-beta1",
"symfony/console": "~2.3"
"symfony/console": "~2.3, !=2.7.0"
},
"require-dev": {
"phpunit/phpunit": "4.1.0"
Expand Down

0 comments on commit 54b6897

Please sign in to comment.