diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-25 15:46:48 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-25 15:46:48 +0100 |
| commit | b041ad251622c61319b93273ca7cadc3d14f3536 (patch) | |
| tree | 34a6f95f043656c832523008af92a2e40a3ab1c5 /composer.json | |
| parent | b84202f4b44ac60e763b6a656bfcc38bb31ba8fd (diff) | |
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..767f666 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "pecl/mcrypt", + "type": "php-ext", + "license": "PHP-3.01", + "description": "Bindings for the libmcrypt library.", + "require": { + "php": ">= 7.2.0, <= 8.6.0" + }, + "php-ext": { + "priority": 20, + "extension-name": "mcrypt", + "configure-options": [ + { + "name": "with-mcrypt", + "description": "Include mcrypt support", + "needs-value": true + } + ] + } +} |
