Skip to content

Commit 97910a0

Browse files
committed
Support react v0.3
1 parent a686bfe commit 97910a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"psr-0": {"Datagram": ""}
55
},
66
"require": {
7-
"react/event-loop": "0.2.*",
8-
"react/dns": "0.2.*",
7+
"react/event-loop": ">=0.2, <0.4",
8+
"react/dns": ">=0.2, <0.4",
99
"react/promise": "1.*"
1010
}
1111
}

0 commit comments

Comments
 (0)