wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 81 forks source link

Allow Drush version to be configurable. #37

Closed seanBlommaert closed 6 years ago

seanBlommaert commented 7 years ago

When developing on the latest dev branch of Drupal (8.4.x) the symfony version is updated. This latest version does not work with Drush 8. It would be great if the Drush version is configurable, so we could optionally use Drush 9 in the container.

csandanov commented 7 years ago

Nowadays, drush usually comes with drupal itself same as drupal console. So, if your project is composer-based you should have drush under vendor/ dir.

csandanov commented 6 years ago

We now have drush launcher that will automatically use drush that comes with your composer-based project.