Added composer.json

This commit is contained in:
Ingo Schommer 2012-11-01 15:57:00 +01:00
parent 9e595db7f3
commit 59680b52e2
1 changed files with 22 additions and 0 deletions

22
composer.json Normal file
View File

@ -0,0 +1,22 @@
{
"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": "*"
}
}