thinkshout / drupal-project

:rocket: Composer template for Drupal projects. Quick installation via "composer create-project thinkshout/drupal-project"
5 stars 1 forks source link

Move drush to be a dev dependency #59

Closed mariacha closed 4 years ago

mariacha commented 5 years ago

Having a local version of drush is fine, but if it conflicts with the drush pantheon expects you to be running, it's a pain. Let's move drush to being a dev dependency instead.

mariacha commented 5 years ago

"drupal/console": "^1.0", can probably move to a dev dependency as well.

mariacha commented 4 years ago

Solved a different way -- by upgrading the included drush beyond the version that Pantheon provides. We need to do that to allow ourselves to use the existing config option during site install.

I did move console to be a dev dependency though.