Added a composer.json to enable support for PIE

This commit is contained in:
James Titcumb
2024-09-19 09:16:01 +01:00
committed by Derick Rethans
parent f74ccf197a
commit 6b01a1f1a7

View File

@@ -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
}
]
}