Skip to content

Commit

Permalink
Remove obsolete branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ScopeyNZ committed Jun 25, 2018
1 parent 2a8b8b3 commit 2f8ec64
Showing 1 changed file with 33 additions and 35 deletions.
68 changes: 33 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{
"name": "silverstripe/sharedraftcontent",
"type": "silverstripe-module",
"description": "Share draft page content with non-CMS users",
"license": "BSD-3-Clause",
"keywords": ["silverstripe"],
"authors": [
{
"name": "Damian Mooyman",
"email": "[email protected]"
},
{
"name": "Christopher Pitt",
"email": "[email protected]"
},
{
"name": "David Craig",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "^3.7",
"silverstripe/cms": "^3.7",
"assertchris/hash-compat": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
},
"extra": {
"branch-alias": {
"1.x-dev": "1.3.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
"name": "silverstripe/sharedraftcontent",
"type": "silverstripe-module",
"description": "Share draft page content with non-CMS users",
"license": "BSD-3-Clause",
"keywords": [
"silverstripe"
],
"authors": [
{
"name": "Damian Mooyman",
"email": "[email protected]"
},
{
"name": "Christopher Pitt",
"email": "[email protected]"
},
{
"name": "David Craig",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "^3.7",
"silverstripe/cms": "^3.7",
"assertchris/hash-compat": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
},
"extra": [],
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 2f8ec64

Please sign in to comment.