-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "<2.7" constraint on symfony/console #8151
Conversation
This has been preventing PhpSpec 3 being used with Magento 2, and means Magento 2 cannot be used with any currently supported Symfony components |
@@ -43,7 +43,7 @@ | |||
"tubalmartin/cssmin": "2.4.8-p4", | |||
"magento/magento-composer-installer": ">=0.1.11", | |||
"braintree/braintree_php": "3.7.0", | |||
"symfony/console": "~2.3 <2.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to avoid issue with depreciation exceptions from Symfony code I'd recommend change this dependency in the following way:
"symfony/console": "~2.3, !=2.7.0",
This issue was introduced in 2.7.0 and was fixed in 2.7.1
bug #14900 Silence deprecation warnings by default (reecefowell)
So we would like to avoid using of problematic version
Thank you for your efforts!
…: Remove "<2.7" constraint on symfony/console
…: Remove "<2.7" constraint on symfony/console - updated minor version of magento/composer due to new dependency on symfony/console
@nicolas-grekas your pull request successfully merged to develop branch. Thank you for your contribution! |
Arrows Team - Bugfix delivery
Sibling to magento/composer#3: