2012-06-27 20:43:49 +00:00
|
|
|
{
|
2016-02-02 06:10:10 +00:00
|
|
|
"name": "drupal/drupal",
|
|
|
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
|
|
|
"type": "project",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"require": {
|
|
|
|
"composer/installers": "^1.0.21",
|
|
|
|
"wikimedia/composer-merge-plugin": "~1.3"
|
|
|
|
},
|
|
|
|
"replace": {
|
2017-01-27 17:45:02 +00:00
|
|
|
"drupal/core": "~8.4"
|
2016-02-02 06:10:10 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"autoloader-suffix": "Drupal8"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"_readme": [
|
|
|
|
"By default Drupal loads the autoloader from ./vendor/autoload.php.",
|
|
|
|
"To change the autoloader you can edit ./autoload.php."
|
|
|
|
],
|
|
|
|
"merge-plugin": {
|
|
|
|
"include": [
|
|
|
|
"core/composer.json"
|
|
|
|
],
|
|
|
|
"recurse": false,
|
|
|
|
"replace": false,
|
|
|
|
"merge-extra": false
|
2016-12-06 13:11:22 +00:00
|
|
|
},
|
|
|
|
"installer-paths": {
|
|
|
|
"core": ["type:drupal-core"],
|
|
|
|
"modules/contrib/{$name}": ["type:drupal-module"],
|
|
|
|
"profiles/contrib/{$name}": ["type:drupal-profile"],
|
|
|
|
"themes/contrib/{$name}": ["type:drupal-theme"],
|
|
|
|
"drush/contrib/{$name}": ["type:drupal-drush"]
|
2016-02-02 06:10:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
|
2017-01-31 00:30:00 +00:00
|
|
|
"post-autoload-dump": [
|
|
|
|
"Drupal\\Core\\Composer\\Composer::ensureHtaccess",
|
|
|
|
"Drupal\\Core\\Composer\\Composer::configurePhpcs"
|
|
|
|
],
|
2016-02-02 06:10:10 +00:00
|
|
|
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
|
|
|
|
"post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup"
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
}
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|