Skip to content

Commit 20214a7

Browse files
committed
Forward compatibility with future EventLoop v1.0 and v0.5
1 parent 7e99b47 commit 20214a7

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
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=5.3",
18-
"react/event-loop": "0.4.*|0.3.*",
18+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1919
"react/promise": "~2.1|~1.2",
2020
"react/promise-timer": "~1.0"
2121
},

0 commit comments

Comments
 (0)