Skip to content

Commit 21ae2f4

Browse files
committed
Forward compatibility with EventLoop v1.0 and v0.5
1 parent cdeab3c commit 21ae2f4

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)