diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-25 06:01:38 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-25 06:01:38 +0200 |
| commit | 39c28747e54027ccba2e53a04ae8dafd9cfbf6a2 (patch) | |
| tree | 5bca098139f49830305f7ae41e5f0f55d4624e57 /composer.json | |
| parent | 204ce7747aaced7236aeb1cc6ea99f550b4a2577 (diff) | |
add pie virtual provides
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..227f908 --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "name": "bsdiff/bsdiff", + "type": "php-ext", + "license": "PHP-3.01", + "description": "A PHP extension to build and apply patches to binary files.", + "require": { + "php": ">=7.2.0" + }, + "php-ext": { + "extension-name": "bsdiff", + "configure-options": [ + { + "name": "enable-bsdiff", + "description": "Enable bsdiff support" + }, + { + "name": "with-bz2", + "description": "BZip2 installation prefix", + "needs-value": true + } + ] + } +} |
