summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 767f666e4185f0f7ce61e764e48b72d0d05aeac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "pecl/mcrypt",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "Bindings for the libmcrypt library.",
    "require": {
        "php": ">= 7.2.0, <= 8.6.0"
    },
    "php-ext": {
        "priority": 20,
        "extension-name": "mcrypt",
        "configure-options": [
            {
                "name": "with-mcrypt",
                "description": "Include mcrypt support",
                "needs-value": true
            }
        ]
    }
}