From 8bfa9feac34410ab79057c4d2f4380ab0168d9cc Mon Sep 17 00:00:00 2001 From: Albert Jankowski Date: Tue, 2 Jan 2018 17:06:40 -0600 Subject: [PATCH] Updates version requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eafeccd..39755b6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "drush/drush": "^9.0", + "drush/drush": "^8.0", "drupal/drupal-extension": "^3.1", "jakoch/phantomjs-installer": "1.9.8", "behat/behat": "^3.0", @@ -23,7 +23,7 @@ ], "require": { "composer/installers": "^1.0", - "acquia/lightning": "~2.1.0", + "acquia/lightning": "~3.0.0", "drupal/admin_toolbar": "^1.0", "drupal/devel": "^1.0@beta", "drupal/stage_file_proxy": "^1.0@alpha",