summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 60737a8c7fe528062cc2e82b2b81f3e57044a34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "pecl/uuid",
    "type": "php-ext",
    "license": "LGPL-2.1-or-later",
    "description": "UUID extension",
    "require": {
        "php": ">= 7.0.0"
    },
    "php-ext": {
        "extension-name": "uuid",
        "configure-options": []
    }
}