2018-08-20 14:45:20 +00:00
|
|
|
{
|
|
|
|
"name": "drutopia/drutopia_template",
|
|
|
|
"description": "Template for composer-based Drutopia projects.",
|
|
|
|
"type": "project",
|
2018-11-05 22:45:56 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2018-08-20 14:45:20 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "^3.4",
|
|
|
|
"behat/mink": "^1.7",
|
|
|
|
"behat/mink-goutte-driver": "^1.2",
|
2018-10-12 05:45:28 +00:00
|
|
|
"composer/installers": "^1.0",
|
|
|
|
"cweagans/composer-patches": "^1.0",
|
|
|
|
"drupal-composer/drupal-scaffold": "^2.0.0",
|
2018-11-01 17:27:09 +00:00
|
|
|
"drupal/core": "^8.6.2",
|
|
|
|
"drutopia/drutopia": "^1.0-beta1",
|
2018-10-12 05:45:28 +00:00
|
|
|
"drupal/drutopia_core": "1.x-dev",
|
|
|
|
"drush/drush": "^9.0",
|
2018-08-22 18:23:02 +00:00
|
|
|
"drupal/migrate_tools": "^4.0",
|
2018-09-06 19:57:50 +00:00
|
|
|
"drupal/migrate_plus": "^4.0",
|
2018-09-06 20:00:40 +00:00
|
|
|
"drupal/webform": "^5.0@RC",
|
2018-09-11 00:00:48 +00:00
|
|
|
"drupal/wysiwyg_linebreaks": "^1.9",
|
2018-10-12 05:45:28 +00:00
|
|
|
"drupal/redirect": "^1.2",
|
|
|
|
"drupal/block_theme_sync": "^1.0@alpha",
|
2018-10-16 17:50:00 +00:00
|
|
|
"drupal/search404": "^1.0",
|
2018-11-11 19:00:36 +00:00
|
|
|
"drupal/coffee": "1.x-dev",
|
2018-10-21 02:47:27 +00:00
|
|
|
"drupal/twigsuggest": "1.x-dev",
|
2018-10-22 23:35:10 +00:00
|
|
|
"drupal/ckeditor_markdown": "^1.1",
|
2018-10-29 13:02:05 +00:00
|
|
|
"drupal/minimalhtml": "^1.0",
|
2018-11-12 18:39:20 +00:00
|
|
|
"drupal/ui_patterns": "^1.0@RC",
|
2018-11-14 04:54:09 +00:00
|
|
|
"drupal/viewsreference": "^1.2",
|
2018-11-18 17:26:21 +00:00
|
|
|
"drupal/allowed_formats": "^1.1",
|
2018-11-18 22:41:35 +00:00
|
|
|
"drupal/textarea_widget_for_text": "^1.1",
|
2018-11-19 00:07:26 +00:00
|
|
|
"drupal/customerror": "1.x-dev",
|
2018-12-18 00:42:20 +00:00
|
|
|
"drupal/http_client_error_status": "^1.0",
|
|
|
|
"drupal/regionincontent": "1.x-dev"
|
2018-08-20 14:45:20 +00:00
|
|
|
},
|
|
|
|
"repositories": {
|
|
|
|
"drupal": {
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://packages.drupal.org/8"
|
|
|
|
},
|
|
|
|
"drutopia": {
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/drutopia/drutopia"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
2018-10-12 05:45:28 +00:00
|
|
|
],
|
|
|
|
"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"
|
2018-08-20 14:45:20 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"installer-paths": {
|
|
|
|
"web/core": [
|
|
|
|
"drupal/core"
|
|
|
|
],
|
|
|
|
"web/modules/contrib/{$name}": [
|
|
|
|
"type:drupal-module"
|
|
|
|
],
|
|
|
|
"web/profiles/contrib/{$name}": [
|
|
|
|
"type:drupal-profile"
|
|
|
|
],
|
|
|
|
"web/themes/contrib/{$name}": [
|
|
|
|
"type:drupal-theme"
|
|
|
|
],
|
|
|
|
"drush/contrib/{$name}": [
|
|
|
|
"type:drupal-drush"
|
|
|
|
]
|
2018-10-12 05:45:28 +00:00
|
|
|
},
|
|
|
|
"enable-patching": true,
|
|
|
|
"patches": {
|
|
|
|
"drupal/search404": {
|
|
|
|
"Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch"
|
2018-11-11 19:00:36 +00:00
|
|
|
},
|
|
|
|
"drupal/coffee": {
|
2018-11-12 00:15:35 +00:00
|
|
|
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
|
2018-11-15 06:59:07 +00:00
|
|
|
},
|
|
|
|
"drupal/wysiwyg_linebreaks": {
|
2018-11-19 03:08:16 +00:00
|
|
|
"Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch"
|
2018-10-12 05:45:28 +00:00
|
|
|
}
|
|
|
|
}
|
2018-08-20 14:45:20 +00:00
|
|
|
}
|
|
|
|
}
|