summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: f64c08d8953885f44efff7342932f03bce5a691e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "php/pecl-networking-gearman",
    "type": "php-ext",
    "description": "PHP wrapper to libgearman",
    "license": "PHP-3.01",
    "require": {
        "php": ">=7.2.0"
    },
    "php-ext": {
        "extension-name": "gearman",
        "configure-options": [
            {
                "name": "with-gearman",
                "description": "Path to libgearman installation",
                "needs-value": true
            }
        ]
    }
}