Skip to content

Commit 3090a68

Browse files
committed
Forward compatibility with stable EventLoop 1.0 and 0.5
1 parent 86d93cc commit 3090a68

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
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=5.3",
18-
"react/event-loop": "~0.4.0|~0.3.0",
18+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1919
"react/datagram": "~1.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)