diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-07 08:07:58 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-07 08:07:58 +0200 |
| commit | c70a7094311003053381974d9c7ced3774113b32 (patch) | |
| tree | b1c2cf1c17e3fdc46bef0a1358dbf1262af860da /composer.json | |
| parent | bf9848d5309fafb466725bb8c1591583b9026d34 (diff) | |
update to 2.2.0
drop pear/pecl dependency
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f64c08d --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "php/pecl-networking-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 + } + ] + } +} |
