Skip to content

Commit 192b454

Browse files
committed
Merge remote-tracking branch 'origin/tagging'
* origin/tagging: README updated with tag info Added aliases to all composer.json files Branch alias, composer info Removed branch alias Updated to v0.1 in composer files
2 parents 8eeb5c0 + e09e9df commit 192b454

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\\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)