Skip to content

Commit ac898d2

Browse files
committed
Added @cboden's suggestion of adding "and PHP5 only" to the LibEventLoop suggest
1 parent a2d261e commit ac898d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"phpunit/phpunit": "~4.8"
1111
},
1212
"suggest": {
13-
"ext-libevent": ">=0.1.0 for LibEventLoop",
13+
"ext-libevent": ">=0.1.0 for LibEventLoop and PHP5 only",
1414
"ext-event": "~1.0 for ExtEventLoop",
1515
"ext-libev": "for LibEvLoop"
1616
},

0 commit comments

Comments
 (0)