BlackflySolutions / Simuliidae

An open source Drupal CiviCRM Container Stack
GNU Affero General Public License v3.0
12 stars 4 forks source link

Drop drush launcher #13

Closed adixon closed 7 months ago

adixon commented 9 months ago

For 10.1, and probably 10.0, need to configure drush version in composer.json to 11.x

adixon commented 7 months ago

For drush 12, there's no longer a launcher, you just access drush at /bin/drush

adixon commented 7 months ago

Drupal 10 now uses drush 11.x https://github.com/BlackflySolutions/Simuliidae/commit/0d7a926540fe596fed74f032fcff053ebf14c80a

adixon commented 2 months ago

In spite of the documentation here: https://www.drush.org/12.x/install/#drupal-compatibility

For Drupal 10.2, we now need to use drush 12:

drupal/core 10.2.4 conflicts with drush/drush <12.4.3

Drush 12 is not supported by the drush launcher so let's just do the PATH trick and drop the drush launcher altogether (for earlier Drupal versions as well!).