diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-17 07:33:53 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-17 07:33:53 +0200 |
| commit | 9fc01fc7ddd8a7e99b7c537491f2adc02e1c2d5a (patch) | |
| tree | 3141c8be61a492d5093376b34903a41979219e6a /composer.json | |
| parent | e94ac4fa5b426ef2409d4373883b2190eae9cf3d (diff) | |
PHP License updated from version 3 to version 4 (BSD-3-Clause)
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 9e7fd3c..015fedf 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,22 @@ { "name": "remi/xpass", "type": "php-ext", - "license": "PHP-3.01", + "license": "BSD-3-Clause", "description": "Extended password extension", "require": { "php": ">= 8.0.0" }, "php-ext": { "extension-name": "xpass", - "configure-options": [] + "configure-options": [ + { + "name": "enable-xpass", + "description": "Enable xpass support" + }, { + "name": "with-xpass-dlopen", + "description": "dlopen libcrypt library at runtime (workaround for MUSL)", + "needs-value": true + } + ] } } |
