Skip to content

Commit 50e7667

Browse files
committed
Added aliases to all composer.json files
1 parent f1c580d commit 50e7667

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
@@ -11,5 +11,10 @@
1111
"autoload": {
1212
"psr-0": { "React\\Http": "" }
1313
},
14-
"target-dir": "React/Http"
14+
"target-dir": "React/Http",
15+
"extra": {
16+
"branch-alias": {
17+
"dev-master": "0.1.0"
18+
}
19+
}
1520
}

0 commit comments

Comments
 (0)