Skip to content

Commit

Permalink
Remove obsolete branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Springveldt committed Aug 25, 2017
1 parent ba7b5bc commit a12e6d4
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
{
"name": "silverstripe/restfulserver",
"description": "Add a RESTful API to your SilverStripe application",
"type": "silverstripe-module",
"keywords": ["silverstripe", "rest", "api"],
"authors": [
{
"name": "Hamish Friedlander",
"email": "[email protected]"
},
{
"name": "Sam Minnee",
"email": "[email protected]"
}
],
"require":
{
"silverstripe/framework": "3.*"
},
"extra":
{
"branch-alias":
{
"dev-master": "1.0.x-dev"
}
},
"license": "BSD-3-Clause"
}
"name": "silverstripe/restfulserver",
"description": "Add a RESTful API to your SilverStripe application",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"rest",
"api"
],
"authors": [
{
"name": "Hamish Friedlander",
"email": "[email protected]"
},
{
"name": "Sam Minnee",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "3.*"
},
"extra": [],
"license": "BSD-3-Clause"
}

0 comments on commit a12e6d4

Please sign in to comment.