Skip to content

Commit a49a9b3

Browse files
authored
Merge pull request #104 from clue-labs/event-loop
Forward compatibility with upcoming EventLoop v1.0 and v0.5
2 parents 77bfd99 + 3ed1482 commit a49a9b3

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)