mirror of
https://github.com/php/pecl-encryption-mcrypt.git
synced 2026-03-23 23:12:15 +01:00
Added a composer.json to enable support for PIE
This commit is contained in:
committed by
Derick Rethans
parent
f74ccf197a
commit
6b01a1f1a7
@@ -4,15 +4,16 @@
|
||||
"license": "PHP-3.01",
|
||||
"description": "Bindings for the libmcrypt library.",
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
"php": ">= 7.2.0, <= 8.6.0"
|
||||
},
|
||||
"php-ext": {
|
||||
"priority": 20,
|
||||
"extension-name": "mcrypt",
|
||||
"configure-options": [
|
||||
{
|
||||
"name": "with-mcrypt",
|
||||
"description": "libmcrypt prefix?",
|
||||
"needs-value": false
|
||||
"description": "Include mcrypt support",
|
||||
"needs-value": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user