update to Drush 9, reorganize + bring in stardard platform mods
This commit is contained in:
parent
d0de09e78d
commit
45dbcbc504
1 changed files with 23 additions and 14 deletions
|
@ -6,21 +6,24 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^1.0",
|
|
||||||
"drupal-composer/drupal-scaffold": "^2.0.0",
|
|
||||||
"cweagans/composer-patches": "^1.0",
|
|
||||||
"drutopia/drutopia": "^1.0-alpha7",
|
|
||||||
"drupal/core": "^8.6.0",
|
|
||||||
"behat/behat": "^3.4",
|
"behat/behat": "^3.4",
|
||||||
"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",
|
"composer/installers": "^1.0",
|
||||||
|
"cweagans/composer-patches": "^1.0",
|
||||||
|
"drupal-composer/drupal-scaffold": "^2.0.0",
|
||||||
|
"drupal/core": "^8.6.0",
|
||||||
|
"drutopia/drutopia": "dev-8.x-1.x",
|
||||||
|
"drupal/drutopia_core": "1.x-dev",
|
||||||
|
"drupal/drutopia_resource": "1.x-dev",
|
||||||
|
"drush/drush": "^9.0",
|
||||||
"drupal/migrate_tools": "^4.0",
|
"drupal/migrate_tools": "^4.0",
|
||||||
"drupal/migrate_plus": "^4.0",
|
"drupal/migrate_plus": "^4.0",
|
||||||
"drupal/webform": "^5.0@RC",
|
"drupal/webform": "^5.0@RC",
|
||||||
"drupal/wysiwyg_linebreaks": "^1.9",
|
"drupal/wysiwyg_linebreaks": "^1.9",
|
||||||
"drupal/redirect": "^1.2"
|
"drupal/redirect": "^1.2",
|
||||||
|
"drupal/block_theme_sync": "^1.0@alpha",
|
||||||
|
"drupal/search404": "^1.0"
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
|
@ -38,6 +41,11 @@
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
||||||
|
],
|
||||||
|
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib",
|
||||||
|
"quick-start": [
|
||||||
|
"composer install",
|
||||||
|
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -57,11 +65,12 @@
|
||||||
"drush/contrib/{$name}": [
|
"drush/contrib/{$name}": [
|
||||||
"type:drupal-drush"
|
"type:drupal-drush"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"enable-patching": true,
|
||||||
"phpunit/phpunit": "^6",
|
"patches": {
|
||||||
"symfony/phpunit-bridge": "*",
|
"drupal/search404": {
|
||||||
"mikey179/vfsstream": "~1.2"
|
"Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue