magento / composer

Open Software License 3.0
31 stars 23 forks source link

Remove "<2.7" constraint on symfony/console #3

Closed nicolas-grekas closed 7 years ago

nicolas-grekas commented 7 years ago

I guess this constraints was added before Symfony silenced its deprecation notices. But now that it does, there should be no reason to exclude 2.7 & 2.8, unless you've found a BC break blocker. In which case we'd be happy to know which one!

See also https://github.com/magento/magento2/pull/8151 on the magento2 repos.

okorshenko commented 7 years ago

@nicolas-grekas Thank you for contribution. Your pull request successfully merged to master branch. I'm working on delivery of this fix to magento2 project