1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "name": "pecl/gearman", "type": "php-ext", "description": "PHP wrapper to libgearman", "license": "PHP-3.01", "require": { "php": ">=7.2.0" }, "php-ext": { "extension-name": "gearman", "configure-options": [ { "name": "with-gearman", "description": "Path to libgearman installation", "needs-value": true } ] } }