Skip to content

Commit

Permalink
Update composer.json to reflect transfer to ssau
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson committed Jan 14, 2015
1 parent 4ce57c1 commit 5fcf192
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
{
"name": "sheadawson/silverstripe-multisites",
"name": "silverstripe-australia/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",
"homepage": "http://github.com/silverstripe-australia/silverstripe-multisites",
"authors": [
{
"name": "Andrew Short",
"email": "[email protected]"
},
{
"name": "Shea Dawson",
"email": "[email protected]"
},
{
"name": "Marcus Nyeholt",
"email": "[email protected]"
}
],

"require":
{
"composer/installers": "*",
Expand All @@ -28,5 +19,8 @@
},
"extra": {
"installer-name": "multisites"
},
"replace": {
"sheadawson/silverstripe-multisites": "self.version"
}
}
}

0 comments on commit 5fcf192

Please sign in to comment.