Skip to content

Commit e09e9df

Browse files
committed
Added aliases to all composer.json files
1 parent 860a98e commit e09e9df

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

0 commit comments

Comments
 (0)