summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: ea7a753015c4ffc80b8aa43f5f988e1aca0c593d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "pecl/selinux",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "SELinux binding for PHP language",
    "require": {
        "php": ">= 7.0.0"
    },
    "php-ext": {
        "extension-name": "selinux",
        "configure-options": []
    }
}