Skip to content

Commit

Permalink
Forward compatiblity with EventLoop v0.5 and upcoming v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 15, 2018
1 parent 52e9224 commit 041c913
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
},
"require": {
"php": ">=5.3",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
"react/stream": "^1.0 || ^0.7 || ^0.6"
},
"require-dev": {
"react/event-loop": " ^0.4 || ^0.3",
"phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35",
"react/stream": "^1.0 || ^0.7 || ^0.6"
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35"
}
}

0 comments on commit 041c913

Please sign in to comment.