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-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,
|
|
|
|
"repositories": [],
|
2013-03-17 05:36:03 +00:00
|
|
|
"config": {
|
2014-02-07 07:33:05 +00:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"autoloader-suffix": "Drupal8"
|
2015-01-08 17:19:41 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"_readme": [
|
|
|
|
"This is an example file to show how a Drupal website can be managed via",
|
|
|
|
"Composer. It does not work out of the box but requires a Git subtree",
|
|
|
|
"split of the core directory to be added to the repositories",
|
|
|
|
"section above."
|
|
|
|
]
|
2013-03-17 05:36:03 +00:00
|
|
|
}
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|