Skip to content

Commit 3ed1482

Browse files
committed
Forward compatibility with upcoming EventLoop v1.0 and v0.5
1 parent 8f880ab commit 3ed1482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.3.0",
88
"evenement/evenement": "~2.0|~1.0",
99
"react/dns": "0.4.*|0.3.*",
10-
"react/event-loop": "0.4.*|0.3.*",
10+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1111
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5",
1212
"react/promise": "^2.1 || ^1.2",
1313
"react/promise-timer": "~1.0"

0 commit comments

Comments
 (0)