From b02f3704f244eeb92852c39b197602afcf23c485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 18 Jul 2019 23:59:40 -0400 Subject: [PATCH] Use the dev version of config actions On the off-chance it will help https://gitlab.com/drutopia/drutopia/issues/216 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3521ed1..87a72d3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "drush/drush": "^9.0", "drupal/migrate_plus": "^4.2", "drupal/migrate_upgrade": "^3", - "drupal/migrate_tools": "^4.1" + "drupal/migrate_tools": "^4.1", + "drupal/config_actions": "1.x-dev" }, "repositories": { "drupal": {