Skip to content

Commit

Permalink
Add branch alias "3.0.x-dev" for master branch.
Browse files Browse the repository at this point in the history
This allows one to use the master branch for app and avoid
version conflicts due to plugins using "~3.0" version.
  • Loading branch information
ADmad committed Mar 30, 2015
1 parent 5ac9ebb commit 730f8a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -64,5 +64,10 @@
"cakephp/orm": "self.version",
"cakephp/utility": "self.version",
"cakephp/validation": "self.version"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit 730f8a2

Please sign in to comment.