summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 2d4895512b9319494670c00919e43d1314bbca6d (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "gamringer/pkcs11",
    "description": "PHP extension for PKCS11",
    "type": "php-ext",
    "license": "MIT",
    "require": {
        "php": ">=7.4"
    }
}