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

Commit 662ceb6

Browse files
committed
Add branch-alias
1 parent f8cb993 commit 662ceb6

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
@@ -25,5 +25,10 @@
2525
"hoa/stream": "~0.0"
2626
},
2727
"target-dir": "Hoa/Stringbuffer",
28-
"autoload" : { "psr-0": { "Hoa\\Stringbuffer": "." } }
28+
"autoload" : { "psr-0": { "Hoa\\Stringbuffer": "." } },
29+
"extra" : {
30+
"branch-alias": {
31+
"dev-master": "0.x-dev"
32+
}
33+
}
2934
}

0 commit comments

Comments
 (0)