mirror of
https://github.com/php/pecl-encryption-mcrypt.git
synced 2026-03-24 07:22:14 +01:00
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|