Skip to content

Commit

Permalink
Merge pull request #20 from clue-labs/loop
Browse files Browse the repository at this point in the history
Forward compatibility with upcoming EventLoop v1.0 and v0.5
  • Loading branch information
clue authored May 9, 2017
2 parents a72e1d6 + 4a2d66a commit 83da465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": ">=5.3",
"react/socket": "^1.0 || ^0.8 || ^0.7",
"react/event-loop": "^0.4 || ^0.3",
"react/promise": "^2.1 || ^1.2",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.1 || ^1.2.1",
"react/promise-timer": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 83da465

Please sign in to comment.