From 5ffaeb38b6f6825f8341ec73068d1d0fd7b98610 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Wed, 22 Aug 2018 13:23:02 -0500 Subject: [PATCH] Add the phpunit, and migrateplus modules. --- composer.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85f43aa..6e6a46e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,9 @@ "drupal/drupal-extension": "^3.3", "behat/mink": "^1.7", "behat/mink-goutte-driver": "^1.2", - "drush/drush": "^8.0" + "drush/drush": "^8.0", + "drupal/migrate_tools": "^4.0", + "drupal/migrate_plus": "dev-4.x" }, "repositories": { "drupal": { @@ -53,6 +55,16 @@ "type:drupal-drush" ] }, - "enable-patching": true + "enable-patching": true, + "patches": { + "drupal/migrate_plus": { + "EntityLookup fatal error on config entity type": "https://www.drupal.org/files/issues/2933306-config_entity-2.patch" + } + } + }, + "require-dev": { + "phpunit/phpunit": "^6", + "symfony/phpunit-bridge": "*", + "mikey179/vfsstream": "~1.2" } }