Skip to content

Commit 11d1774

Browse files
authored
Merge pull request #18 from clue-labs/compat
Forward compatibility with EventLoop v1.0 and v0.5
2 parents cdeab3c + 21ae2f4 commit 11d1774

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
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=5.3",
1818
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
19-
"react/event-loop": ">=0.2, <0.5",
19+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3 || ^0.2",
2020
"react/dns": ">=0.2, <0.5",
2121
"react/promise": "~2.1|~1.2"
2222
},

0 commit comments

Comments
 (0)