We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899648d commit 8aa6423Copy full SHA for 8aa6423
core-dev/install_drush.sh
@@ -23,7 +23,7 @@ git add .makedrush.txt
23
git stash
24
25
# Install drush
26
-composer require drush/drush
+composer require drush/drush --with-dependencies
27
28
# Roll back to what we started with. Cleans up
29
# composer.* and anything else that the drush install changes
@@ -33,7 +33,7 @@ git reset --hard
33
34
# Restore anything that might have been staged
35
# prior to the start
36
-git stash apply
+git stash pop
37
38
# Get rid of our dummy file
39
git rm -f .makedrush.txt
0 commit comments