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

Commit bef17e1

Browse files
committed
Add branch-alias
1 parent 25eb7a5 commit bef17e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"ext-openssl": "To get a better security when exchanging messages."
3131
},
3232
"target-dir": "Hoa/Websocket",
33-
"autoload" : { "psr-0": { "Hoa\\Websocket": "." } }
33+
"autoload" : { "psr-0": { "Hoa\\Websocket": "." } },
34+
"extra" : {
35+
"branch-alias": {
36+
"dev-master": "2.x-dev"
37+
}
38+
}
3439
}

0 commit comments

Comments
 (0)