Skip to content

Commit

Permalink
Merge pull request #89 from clue-labs/event-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
WyriHaximus authored May 20, 2017
2 parents ce64116 + ee21b4f commit 9aca68f
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 @@ -6,8 +6,8 @@
"require": {
"php": ">=5.4.0",
"guzzlehttp/psr7": "^1.0",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"react/socket": "^1.0 || ^0.8 || ^0.7",
"react/event-loop": "0.4.*",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.2",
"react/promise": "~2.2",
"evenement/evenement": "~2.0"
Expand Down

0 comments on commit 9aca68f

Please sign in to comment.