Skip to content

Commit 83da465

Browse files
authored
Merge pull request #20 from clue-labs/loop
Forward compatibility with upcoming EventLoop v1.0 and v0.5
2 parents a72e1d6 + 4a2d66a commit 83da465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"require": {
1717
"php": ">=5.3",
1818
"react/socket": "^1.0 || ^0.8 || ^0.7",
19-
"react/event-loop": "^0.4 || ^0.3",
20-
"react/promise": "^2.1 || ^1.2",
19+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
20+
"react/promise": "^2.1 || ^1.2.1",
2121
"react/promise-timer": "^1.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)