Skip to content

Commit 51c5593

Browse files
committed
Forward compatibility with EventLoop v1.0 and v0.5
1 parent e5743bd commit 51c5593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)