silverstripe-framework/composer.json
Ingo Schommer 83a9f35398 Removed composer dependency on CMS, workaround for composer/installers
The installer dependency gets included too late for 2.4,
so framework ends up in the wrong path. That's a bug with composer,
see See https://github.com/composer/composer/issues/1147
Until its fixed, we remove the explicit dependency which seems
to trigger this path in the dependency resolver (works for 3.x)
2013-08-07 14:51:45 +02:00

23 lines
480 B
JSON

{
"name": "silverstripe/framework",
"description": "The SilverStripe Framework",
"type": "silverstripe-module",
"keywords": ["silverstripe", "framework"],
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"require": {
"php": ">=5.2.4",
"composer/installers": "*"
}
}