Add the phpunit, and migrateplus modules.
This commit is contained in:
parent
0c51428c1b
commit
5ffaeb38b6
1 changed files with 14 additions and 2 deletions
|
@ -15,7 +15,9 @@
|
||||||
"drupal/drupal-extension": "^3.3",
|
"drupal/drupal-extension": "^3.3",
|
||||||
"behat/mink": "^1.7",
|
"behat/mink": "^1.7",
|
||||||
"behat/mink-goutte-driver": "^1.2",
|
"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": {
|
"repositories": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
|
@ -53,6 +55,16 @@
|
||||||
"type:drupal-drush"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue