Skip to content

Commit

Permalink
Change suggests from version to for which loop they are
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 31, 2017
1 parent 6090eb7 commit a2d261e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-libevent": ">=0.1.0",
"ext-event": "~1.0",
"ext-libev": "*"
"ext-libevent": ">=0.1.0 for LibEventLoop",
"ext-event": "~1.0 for ExtEventLoop",
"ext-libev": "for LibEvLoop"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a2d261e

Please sign in to comment.