Skip to content

Commit 4649a3d

Browse files
authored
Merge pull request #27 from clue-labs/compat
Forward compatibility with EventLoop v1.0 and v0.5
2 parents e5743bd + 51c5593 commit 4649a3d

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
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=5.3",
22-
"react/event-loop": "^0.4 || ^0.3.5",
22+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
2323
"react/promise": "~2.1|~1.2"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)