hechoendrupal / drupal-console-extend-plugin

Drupal Console Extend Composer Plugin
131 stars 31 forks source link

Update Symfony dependency constraint #16

Closed gapple closed 7 years ago

gapple commented 7 years ago

Drupal 8.3 projects will continue to install Symfony 2.8 components where they are requirements of both drupal/core and drupal/console-extend-plugin due to Drupal 8.3's constraint of ~2.8, but components that are only requirements of drupal/console-extend-plugin may be updated to 3.x versions. This shouldn't be a problem as long as drupal/console-extend-plugin doesn't use any deprecated features in those 2.8 components.

cburschka-pwc commented 7 years ago

This still needs to be merged and released in order for 1.0.0-rc26 to work with symfony3 :)

Problem 1

jmolivas commented 7 years ago

@gapple Thanks for your contribution, your PR was merged. This will be included on the next release.

jmolivas commented 7 years ago

@cburschka-pwc Confirmed merging this PR an tagging a new release allows DrupalConsole composer require drupal/console:~1.0 to download. Thanks for testing and commenting.