Skip to content

Commit 9aca68f

Browse files
authored
Merge pull request #89 from clue-labs/event-loop
Forward compatibility with upcoming EventLoop v1.0 and v0.5
2 parents ce64116 + ee21b4f commit 9aca68f

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
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=5.4.0",
88
"guzzlehttp/psr7": "^1.0",
9+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
910
"react/socket": "^1.0 || ^0.8 || ^0.7",
10-
"react/event-loop": "0.4.*",
1111
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.2",
1212
"react/promise": "~2.2",
1313
"evenement/evenement": "~2.0"

0 commit comments

Comments
 (0)