From a039bb672ea8feac564f5d21b1906fce3a1b8702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 22:44:16 -0400 Subject: [PATCH] Use development version of our twigsuggest module --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ffb738a..26655ee 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "drupal/migrate_tools": "^4.1", "drupal/migrate_upgrade": "^3", "drupal/scn": "^1.1", - "drupal/twigsuggest": "^1.0@alpha", + "drupal/twigsuggest": "dev-8.x-1.x as 1.x-dev", "drupal/webform": "^5.4", "drush/drush": "^9.0", "drutopia/drutopia": "^1.0-beta2" @@ -53,6 +53,10 @@ "drupal/classitup": { "type": "git", "url": "git@git.drupal.org:project/classitup.git" + }, + "drupal/twigsuggest": { + "type": "git", + "url": "git@gitlab.com:agaric/drupal/twigsuggest.git" } }, "scripts": {