1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "name": "osmanov/pecl-ev", "type": "php-ext", "license": "PHP-3.01", "description": "PECL extension providing interface to libev library", "require": { "php": ">= 8.0.0" }, "php-ext": { "extension-name": "ev", "configure-options": [ { "name": "enable-ev-debug", "description": "Enable ev debug support", "needs-value": false } ] } }