From 48442f4738da9c8e15ceff809caa73f40db636d6 Mon Sep 17 00:00:00 2001 From: Nia Kathoni Date: Mon, 23 Apr 2018 16:35:14 -0400 Subject: [PATCH] Add drush/drush as a dependency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 483713e..80b29f2 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "drupal/console": "~1.0", "drupal/core": "~8.5", "drupal/commerce": "~2.0", + "drush/drush": "^9.0.0", "drupal/search_api": "~1.0", "drupal/swiftmailer": "~1.0", "drupal/token": "~1.0",