Skip to content

Commit

Permalink
Added a composer.json to enable support for PIE
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Sep 19, 2024
1 parent d10010d commit 4d95aa6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "php/mcrypt",
"type": "php-ext",
"license": "PHP-3.01",
"description": "Interface to the mcrypt library",
"require": {
"php": ">= 7.2.0, <= 8.4.0"
},
"php-ext": {
"extension-name": "mcrypt",
"configure-options": [
{
"name": "with-mcrypt",
"description": "Include mcrypt support",
"needs-value": true
}
]
}
}

0 comments on commit 4d95aa6

Please sign in to comment.