Skip to content

Commit

Permalink
Update branch alias for 1.4.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Aug 2, 2017
1 parent a4f647c commit 4d38452
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
"email": "[email protected]"
}
],
"require":
{
"require": {
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"branch-alias": {
"1.x-dev": "1.4.x-dev"
}
}
}

0 comments on commit 4d38452

Please sign in to comment.