Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Add branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Sep 23, 2014
1 parent ce4812e commit d087ea2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -33,5 +33,10 @@
"hoa/xml" : "~0.0"
},
"target-dir": "Hoa/Xyl",
"autoload" : { "psr-0": { "Hoa\\Xyl": "." } }
"autoload" : { "psr-0": { "Hoa\\Xyl": "." } },
"extra" : {
"branch-alias": {
"dev-master": "0.x-dev"
}
}
}

0 comments on commit d087ea2

Please sign in to comment.