Skip to content

Commit 9b0f494

Browse files
committed
Forward compatibility with upcoming EventLoop v1.0 and v0.5
1 parent 249c05e commit 9b0f494

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
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=5.3",
1515
"react/child-process": "^0.5 || ^0.4 || ^0.3",
16-
"react/event-loop": "~0.4.0|~0.3.0",
16+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1717
"react/promise": "~2.0|~1.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)