summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 6d6248149d6b941e6c21f21ddae2f24e0e304290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "remi/rpminfo",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "RPM information",
    "require": {
        "php": ">= 8.0.0"
    },
    "php-ext": {
        "extension-name": "rpminfo",
        "os-families": ["linux"],
        "configure-options": []
    }
}