Skip to content

Commit

Permalink
Added composer to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Nov 3, 2012
1 parent 17db5ba commit 422449f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
@@ -0,0 +1,23 @@
{
"name": "silverstripe/cms",
"type": "silverstripe-module",
"description": "The SilverStripe Content Management System",
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "cms"],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"require": {
"php": ">=5.3.2",
"composer/installers": "*",
"silverstripe/framework": "self.version"
}
}

0 comments on commit 422449f

Please sign in to comment.