Skip to content

Commit 7d888d3

Browse files
authored
Merge pull request #11 from clue-labs/eventloop
Forward compatibility with stable EventLoop 1.0 and 0.5
2 parents 86d93cc + 3090a68 commit 7d888d3

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|~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)