{
    "name": "smrsoftech/license-client",
    "description": "Token-authenticated and signed license verification client for SMR Softech PHP applications.",
    "type": "library",
    "license": "proprietary",
    "autoload": {
        "psr-4": {
            "SmrSoftech\\LicenseClient\\": "src/"
        }
    },
    "require": {
        "php": "^8.2"
    },
    "extra": {
        "branch-alias": {
            "dev-main": "2.0.1-dev"
        }
    },
    "minimum-stability": "stable"
}
