From 0396ec2a4bd2e20256d89e0be3cddefe96eab5a9 Mon Sep 17 00:00:00 2001 From: Simon Lindsay Date: Thu, 12 Dec 2019 21:18:24 +1030 Subject: [PATCH] Bump to Drupal 8.8 and fix issue with module renaming. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5e003c7..ac4b308 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,14 @@ "drupal-composer/drupal-scaffold": "^2.5", "universityofadelaide/shepherd-drupal-scaffold": "~3.6", "drupal/console": "^1.8.0", - "drupal/core": "~8.7.10", - "drupal/drush-cmi-tools": "dev-8.x-2.x", + "drupal/core": "~8.8", + "drupal/drush_cmi_tools": "dev-8.x-2.x", "drush/drush": "^9.4.0", "webflo/drupal-finder": "^1.1.0", "webmozart/path-util": "^2.3" }, "require-dev": { - "drupal/core-dev": "~8.7.10" + "drupal/core-dev": "~8.8" }, "conflict": { "drupal/drupal": "*"