summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 81ae8945ac691c63b6b576efe7348b2ba4f82900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "m6w6/ext-raphf",
    "type": "php-ext",
    "license": "BSD-2-Clause",
    "description": "Resource and Persistent Handle Factory (internal)",
    "require": {
        "php": ">= 7.0.0"
    },
    "php-ext": {
        "extension-name": "raphf"
    }
}