This reverts https://github.com/TravisCarden/ddev-drupal-xb-dev/releases/tag/v0.0.21, which contained a critical regression that caused site creation to fail with a Drush error like the following when running ddev xb-setup
:
Error
Using version ^10.4 for drupal/core-dev
PHP Fatal error: Uncaught AssertionError: assert($this->bootstrap instanceof DrupalBoot8) in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php:119
Stack trace:
#0 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(119): assert()
#1 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(108): Drush\Boot\BootstrapManager->bootstrap()
#2 /var/www/html/vendor/drush/drush/src/Application.php(165): Drush\Boot\BootstrapManager->setUri()
#3 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(97): Drush\Application->refineUriSelection()
#4 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(40): Drush\Runtime\Runtime->doRun()
#5 /var/www/html/vendor/drush/drush/drush.php(140): Drush\Runtime\Runtime->run()
#6 /var/www/html/vendor/bin/drush.php(119): include('...')
#7 {main}
thrown in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php on line 119
...
[warning] Drush command terminated abnormally.
Failed to run xb-site-install : exit status 1
Failed to run xb-setup ; error=exit status 1
Full Changelog: v0.0.21...v0.0.22