Skip to content

2.2.0

Compare
Choose a tag to compare
@becw becw released this 02 Dec 23:42
03abf6b

Changed

  • Updated from Drush 8 to Drush 9
  • Changed how the config_sync_directory is handled for Drupal 8.8 - see drupal.org/node/3018145

Updating from 2.1

Your Drupal site must be running Drupal 8.8 to use the-build version 2.2 and newer.

The Drush update requires a lot of dependency math! The easiest way to resolve it is to remove the-build from the requirements, and then re-add it.

composer remove --dev palantirnet/the-build
composer require --dev palantirnet/the-build

Afterwards, you'll need to update the drush configuration in your project:

  • Remove drush/drushrc.php
  • Optional: copy vendor/palantirnet/the-build/defaults/install/drush/drush.yml to drush/drush.yml
  • Migrate your site aliases by running drush site:alias-convert from within your VM (otherwise you'll get any global drush aliases you have set up)