Skip to content

Commit

Permalink
feat: 🍱 Drush to 12
Browse files Browse the repository at this point in the history
12 is recommend and supported  for Drupal 10
https://www.drush.org/12.x/install/
  • Loading branch information
alchatti committed Apr 17, 2024
1 parent 3c9984a commit c28d0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ then
composer create-project --no-install drupal/recommended-project:^10 .
sed -i'.original' 's/web\//docroot\//g' composer.json && rm composer.json.original

# composer require drush/drush:^10.2 drupal/mysql56 --no-update
composer require --no-update drush/drush:^11
# composer require drush/drush -- 12 for PHP 8.1+ Compatibility
composer require --no-update drush/drush:^12

# Drupal Modules
composer require --no-update drupal/stage_file_proxy
Expand Down

0 comments on commit c28d0cd

Please sign in to comment.