Skip to content

Commit

Permalink
composer(vendor) Updated vendor prefix to symbiote
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeholt committed Jul 3, 2017
1 parent 6f47760 commit 4837a29
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
@@ -1,23 +1,24 @@
{
"name": "silverstripe/listingpage",
"name": "symbiote/silverstripe-listingpage",
"description": "A page type that allows CMS authors to create templated content listings within the CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe", "pagetype", "template"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
"email": "marcus@symbiote.com.au"
}
],
"require":
{
"silverstripe/framework": "~3.1",
"silverstripe/multivaluefield": "~2.0"
"silverstripe/framework": "~3.2",
"silverstripe/multivaluefield": "~2.4"
},
"extra": {
"installer-name": "listingpage",
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "1.3.x-dev"
}
}
}

0 comments on commit 4837a29

Please sign in to comment.