From f9f7417a187217ea7164add0ad0d96543f5a902e Mon Sep 17 00:00:00 2001 From: lucashedding <lucashedding@1463982.no-reply.drupal.org> Date: Wed, 19 Dec 2018 12:13:02 -0600 Subject: [PATCH] Issue #3020147 by heddn: Add drupalci.yml to test for deprecations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cba11f1..057a9a2 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "mikey179/vfsStream": "^1", "phpunit/phpunit": "^4.8.35 || ^6.5", - "drupal/migrate_plus": "^4" + "drupal/migrate_plus": "4.x-dev" }, "config": { "preferred-install": "dist" -- GitLab