{
    "name": "gnexus/auth-client",
    "description": "Framework-agnostic PHP client library for gnexus-auth integrations",
    "type": "library",
    "license": "proprietary",
    "require": {
        "php": "^8.3",
        "ext-json": "*",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0",
        "psr/http-message": "^2.0",
        "psr/log": "^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.5"
    },
    "autoload": {
        "psr-4": {
            "GNexus\\GAuth\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GNexus\\GAuth\\Tests\\": "tests/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}

