summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 44123d1fd60c913af3da5b45802f6f73e6382cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "php/pecl-networking-ssh2",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "Bindings for the libssh2 library",
    "require": {
        "php": ">=8.0.0"
    },
    "php-ext": {
        "extension-name": "ssh2",
        "configure-options": [
            {
                "name": "with-ssh2",
                "description": "libssh2 prefix path (autodetected if not given)",
                "needs-value": false
            }
        ]
    }
}