{
    "name": "labs64/netlicensingclient-php",
    "description": "PHP wrapper for Labs64 NetLicensing RESTful API",
    "type": "library",
    "keywords": [
        "NetLicensing", "licensing", "license", "client", "API", "REST", "RESTful"
    ],
    "homepage": "http://netlicensing.io",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Labs64 NetLicensing",
            "email": "netlicensing@labs64.com",
            "homepage": "http://netlicensing.io"
        }
    ],
    "support": {
        "email": "netlicensing@labs64.com",
        "issues": "https://github.com/Labs64/NetLicensingClient-php/issues",
        "wiki": "https://www.labs64.de/confluence/display/NLICPUB",
        "source": "https://github.com/Labs64/NetLicensingClient-php",
        "docs": "https://www.labs64.de/confluence/display/NLICPUB"
    },
    "require": {
        "php": ">=5.3.2",
        "php-curl-class/php-curl-class": "4.10.0"
    },
    "autoload": {
        "files": [
            "netlicensing.php"
        ]
    },
    "prefer-stable": true
}
