2018-08-20 14:45:20 +00:00
|
|
|
{
|
|
|
|
"name": "drutopia/drutopia_template",
|
|
|
|
"description": "Template for composer-based Drutopia projects.",
|
|
|
|
"type": "project",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"require": {
|
|
|
|
"composer/installers": "^1.0",
|
|
|
|
"drupal-composer/drupal-scaffold": "^2.0.0",
|
|
|
|
"cweagans/composer-patches": "^1.0",
|
|
|
|
"drutopia/drutopia": "^1.0-alpha7",
|
2018-09-06 19:36:38 +00:00
|
|
|
"drupal/core": "^8.6.0",
|
2018-08-20 14:45:20 +00:00
|
|
|
"behat/behat": "^3.4",
|
|
|
|
"drupal/drupal-extension": "^3.3",
|
|
|
|
"behat/mink": "^1.7",
|
|
|
|
"behat/mink-goutte-driver": "^1.2",
|
2018-08-22 18:23:02 +00:00
|
|
|
"drush/drush": "^8.0",
|
|
|
|
"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",
|
|
|
|
"drupal/redirect": "^1.2"
|
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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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-08-22 18:23:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6",
|
|
|
|
"symfony/phpunit-bridge": "*",
|
|
|
|
"mikey179/vfsstream": "~1.2"
|
2018-08-20 14:45:20 +00:00
|
|
|
}
|
|
|
|
}
|