Skip to content

Commit 37e3c36

Browse files
committed
Added aliases to all composer.json files
1 parent a8cf905 commit 37e3c36

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"autoload": {
1414
"psr-0": { "React\\Stream": "" }
1515
},
16-
"target-dir": "React/Stream"
16+
"target-dir": "React/Stream",
17+
"extra": {
18+
"branch-alias": {
19+
"dev-master": "0.1.0"
20+
}
21+
}
1722
}

0 commit comments

Comments
 (0)