Skip to content

Commit

Permalink
Merge pull request #113 from WyriHaximus-labs/master
Browse files Browse the repository at this point in the history
Improve Composer suggest description to detail for which loop implementation they are
  • Loading branch information
clue authored Nov 7, 2017
2 parents 6090eb7 + ac898d2 commit 58e3814
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 and PHP5 only",
"ext-event": "~1.0 for ExtEventLoop",
"ext-libev": "for LibEvLoop"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 58e3814

Please sign in to comment.