Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson committed Sep 9, 2013
1 parent dfce0d8 commit 8502199
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,32 @@
{
"name": "sheadawson/silverstripe-multisites",
"description": "Allows for multiple websites to be managed through a single site tree.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "multisites", "subsites"],
"homepage": "http://github.com/sheadawson/silverstripe-multisites",
"authors": [
{
"name": "Andrew Short",
"email": "andrew@silverstripe.com.au"
},
{
"name": "Shea Dawson",
"email": "shea@silverstripe.com.au"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
],

"require":
{
"composer/installers": "*",
"silverstripe/framework": "3.1.*",
"silverstripe/cms": "3.1.*",
"silverstripe/multivaluefield": "dev-master"
},
"extra": {
"installer-name": "multisites"
}
}

0 comments on commit 8502199

Please sign in to comment.