Skip to content

Commit 368aef3

Browse files
committed
Added aliases to all composer.json files
1 parent eed2b80 commit 368aef3

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
@@ -12,5 +12,10 @@
1212
"autoload": {
1313
"psr-0": { "React\\Socket": "" }
1414
},
15-
"target-dir": "React/Socket"
15+
"target-dir": "React/Socket",
16+
"extra": {
17+
"branch-alias": {
18+
"dev-master": "0.1.0"
19+
}
20+
}
1621
}

0 commit comments

Comments
 (0)