Skip to content
Snippets Groups Projects
Commit c9bf8594 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3492384: Update Drush from ~12 to ~13

parent 332e7b8d
No related branches found
Tags 1.0.2
No related merge requests found
......@@ -13,7 +13,7 @@ cd ../../../../;
# Add Drush if it was not in the system.
if [ ! -d "vendor/drush/drush" ]; then
echo "Add Drush if it was not in the system.";
composer require "drush/drush:~11.0";
composer require "drush/drush:~13.0";
fi
cd web;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment