Skip to content

Commit

Permalink
Merge pull request #27 from clue-labs/compat
Browse files Browse the repository at this point in the history
Forward compatibility with EventLoop v1.0 and v0.5
  • Loading branch information
clue authored Aug 8, 2017
2 parents e5743bd + 51c5593 commit 4649a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": ">=5.3",
"react/event-loop": "^0.4 || ^0.3.5",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "~2.1|~1.2"
},
"require-dev": {
Expand Down

0 comments on commit 4649a3d

Please sign in to comment.