Skip to content

Commit 4d95aa6

Browse files
committed
Added a composer.json to enable support for PIE
1 parent d10010d commit 4d95aa6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "php/mcrypt",
3+
"type": "php-ext",
4+
"license": "PHP-3.01",
5+
"description": "Interface to the mcrypt library",
6+
"require": {
7+
"php": ">= 7.2.0, <= 8.4.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "mcrypt",
11+
"configure-options": [
12+
{
13+
"name": "with-mcrypt",
14+
"description": "Include mcrypt support",
15+
"needs-value": true
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)