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

Commit b4c1167

Browse files
committed
Add branch-alias
1 parent 881e6db commit b4c1167

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
@@ -27,5 +27,10 @@
2727
"hoa/visitor" : "~0.0"
2828
},
2929
"target-dir": "Hoa/Regex",
30-
"autoload" : { "psr-0": { "Hoa\\Regex": "." } }
30+
"autoload" : { "psr-0": { "Hoa\\Regex": "." } },
31+
"extra" : {
32+
"branch-alias": {
33+
"dev-master": "0.x-dev"
34+
}
35+
}
3136
}

0 commit comments

Comments
 (0)