Skip to content

Commit 01da14f

Browse files
committed
Solved composer suggest merge conflict
2 parents 4a61948 + 58e3814 commit 01da14f

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
"ext-pcntl": "For signals support when using the stream_select loop"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)