Skip to content

Commit 58e3814

Browse files
authored
Merge pull request #113 from WyriHaximus-labs/master
Improve Composer suggest description to detail for which loop implementation they are
2 parents 6090eb7 + ac898d2 commit 58e3814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"phpunit/phpunit": "~4.8"
1111
},
1212
"suggest": {
13-
"ext-libevent": ">=0.1.0",
14-
"ext-event": "~1.0",
15-
"ext-libev": "*"
13+
"ext-libevent": ">=0.1.0 for LibEventLoop and PHP5 only",
14+
"ext-event": "~1.0 for ExtEventLoop",
15+
"ext-libev": "for LibEvLoop"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)