Skip to content

Commit 6108021

Browse files
committed
Add PIE definiteion file
1 parent d10010d commit 6108021

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "pecl/mcrypt",
3+
"type": "php-ext",
4+
"license": "PHP-3.01",
5+
"description": "Bindings for the libmcrypt library.",
6+
"require": {
7+
"php": ">=7.2"
8+
},
9+
"php-ext": {
10+
"priority": 20,
11+
"configure-options": [
12+
{
13+
"name": "with-mcrypt",
14+
"description": "libmcrypt prefix?",
15+
"needs-value": false
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)