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.",
|
|
|
|
"license": "GPL-2.0+",
|
2012-06-27 20:43:49 +00:00
|
|
|
"require": {
|
|
|
|
"symfony/class-loader": "2.1.*",
|
|
|
|
"symfony/dependency-injection": "2.1.*",
|
|
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
|
|
"symfony/http-foundation": "2.1.*",
|
|
|
|
"symfony/http-kernel": "2.1.*",
|
|
|
|
"symfony/routing": "2.1.*",
|
|
|
|
"symfony/yaml": "2.1.*",
|
2012-07-18 09:50:50 +00:00
|
|
|
"twig/twig": "1.8.*",
|
2012-10-13 00:46:17 +00:00
|
|
|
"doctrine/common": "2.3.*",
|
|
|
|
"kriswallsmith/assetic": "1.1.*"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
2012-10-13 00:46:17 +00:00
|
|
|
"minimum-stability": "alpha"
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|