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 53e92a0 commit f9e32f5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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 f9e32f5

Please sign in to comment.