We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10010d commit 4d95aa6Copy full SHA for 4d95aa6
1 file changed
composer.json
@@ -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