2012-06-27 20:43:49 +00:00
|
|
|
{
|
2012-10-06 17:19:30 +00:00
|
|
|
"name": "drupal/drupal",
|
|
|
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
2015-01-08 17:19:41 +00:00
|
|
|
"type": "project",
|
2012-10-06 17:19:30 +00:00
|
|
|
"license": "GPL-2.0+",
|
2012-06-27 20:43:49 +00:00
|
|
|
"require": {
|
2015-09-05 03:37:19 +00:00
|
|
|
"composer/installers": "^1.0.21",
|
2015-11-15 17:39:56 +00:00
|
|
|
"wikimedia/composer-merge-plugin": "~1.3"
|
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
|
|
|
},
|
|
|
|
"replace": {
|
2015-01-08 17:19:41 +00:00
|
|
|
"drupal/core": "~8.0"
|
2013-04-03 10:38:50 +00:00
|
|
|
},
|
2015-01-08 17:19:41 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2013-03-17 05:36:03 +00:00
|
|
|
"config": {
|
2014-02-07 07:33:05 +00:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"autoloader-suffix": "Drupal8"
|
2015-03-11 08:31:22 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"_readme": [
|
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
|
|
|
"By default Drupal loads the autoloader from ./vendor/autoload.php.",
|
2015-03-11 08:31:22 +00:00
|
|
|
"To change the autoloader you can edit ./autoload.php."
|
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
|
|
|
],
|
|
|
|
"merge-plugin": {
|
|
|
|
"include": [
|
|
|
|
"core/composer.json"
|
|
|
|
],
|
|
|
|
"recurse": false,
|
|
|
|
"replace": false,
|
|
|
|
"merge-extra": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
|
2015-10-14 10:29:17 +00:00
|
|
|
"post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess",
|
|
|
|
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
|
|
|
|
"post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup"
|
2013-03-17 05:36:03 +00:00
|
|
|
}
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|