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 90a37a6 commit 3ab5c44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -26,5 +26,10 @@
"hoa/http": "~0.0"
},
"target-dir": "Hoa/Eventsource",
"autoload" : { "psr-0": { "Hoa\\Eventsource": "." } }
"autoload" : { "psr-0": { "Hoa\\Eventsource": "." } },
"extra" : {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}

0 comments on commit 3ab5c44

Please sign in to comment.