summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 6ce4969dd0069ed47eab60dcf3ac8c1c8276aaf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "pecl/xattr",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "Extended attributes",
    "require": {
        "php": ">= 7.2.0"
    },
    "php-ext": {
        "extension-name": "pecl/xattr",
        "configure-options": []
    }
}