diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-11 15:00:24 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-11 15:00:24 +0100 |
| commit | e94ac4fa5b426ef2409d4373883b2190eae9cf3d (patch) | |
| tree | 1d41001dba038be96d62167c6d58e34cc6264f85 /composer.json | |
| parent | 44ebe867e0405edb61c12aee14689310a2d890d3 (diff) | |
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9e7fd3c --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "remi/xpass", + "type": "php-ext", + "license": "PHP-3.01", + "description": "Extended password extension", + "require": { + "php": ">= 8.0.0" + }, + "php-ext": { + "extension-name": "xpass", + "configure-options": [] + } +} |
