Skip to content

Commit

Permalink
Forward compatibility with EventLoop v1.0 and v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 28, 2017
1 parent 1284eba commit 1e4c87d
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 @@ -9,7 +9,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"react/event-loop": "^0.4|^0.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"clue/stream-filter": "~1.2"
},
"suggest": {
Expand Down

0 comments on commit 1e4c87d

Please sign in to comment.