Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Nov 1, 2012
1 parent 9e595db commit 59680b5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
@@ -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": "*"
}
}

0 comments on commit 59680b5

Please sign in to comment.