From 96b12ffe7e1dd6f52818b738e4fa9e0d5c013f34 Mon Sep 17 00:00:00 2001 From: Mladen Todorovic Date: Fri, 7 Dec 2018 11:04:24 +0100 Subject: [PATCH] Add update_helper module --- composer.json | 10 ++++++++-- scripts/travis/02-install-thunder.sh | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a0d46f8..0a9aa63 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,10 @@ "ivw": { "type": "git", "url": "git@github.com:BurdaMagazinOrg/module-ivw_integration.git" + }, + "update_helper": { + "type": "git", + "url": "git@github.com:BurdaMagazinOrg/module-update_helper.git" } }, "require": { @@ -85,7 +89,8 @@ "drupal/select2": "*", "drupal/custom_list": "*", "drupal/riddle_marketplace": "*", - "drupal/ivw_integration": "*" + "drupal/ivw_integration": "*", + "drupal/update_helper": "*" }, "minimum-stability": "dev", "prefer-stable": true, @@ -136,7 +141,8 @@ "drupal/select2": "dev-8.x-1.x", "drupal/custom_list": "dev-8.x-1.x", "drupal/riddle_marketplace": "dev-8.x-2.x", - "drupal/ivw_integration": "dev-8.x-1.x" + "drupal/ivw_integration": "dev-8.x-1.x", + "drupal/update_helper": "dev-8.x-1.x" }, "enable-patching": true }, diff --git a/scripts/travis/02-install-thunder.sh b/scripts/travis/02-install-thunder.sh index 8781bc1..a004ac4 100644 --- a/scripts/travis/02-install-thunder.sh +++ b/scripts/travis/02-install-thunder.sh @@ -7,6 +7,7 @@ composer config repositories.custom_list git https://github.com/thunder/custom_l composer config repositories.select2 git https://github.com/thunder/select2.git composer config repositories.riddle git https://github.com/BurdaMagazinOrg/module-riddle_marketplace.git composer config repositories.ivw git https://github.com/BurdaMagazinOrg/module-ivw_integration.git +composer config repositories.update_helper git https://github.com/BurdaMagazinOrg/module-update_helper.git composer install /usr/bin/env PHP_OPTIONS="-d sendmail_path=`which true`" vendor/bin/drush si thunder --root=docroot --db-url=mysql://travis@127.0.0.1/thunder -y