{
    "name": "jimtools/jwt-auth",
    "description": "Drop in replacement for tuupola/slim-jwt-auth",
    "keywords": [
        "psr-7",
        "psr-15",
        "middleware",
        "jwt",
        "json",
        "auth"
    ],
    "homepage": "https://github.com/jimtools/jwt-auth",
    "license": "MIT",
    "authors": [
        {
            "name": "James Read",
            "email": "james.read.18@gmail.com",
            "homepage": "https://github.com/jimtools",
            "role": "Developer"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "~8.2 || ~8.3 || ~8.4 || ~8.5",
        "firebase/php-jwt": "^6.0",
        "psr/http-message": "^1.0 || ^2.0",
        "psr/http-server-middleware": "^1.0"
    },
    "require-dev": {
        "equip/dispatch": "^2.0",
        "friendsofphp/php-cs-fixer": "^3.89",
        "laminas/laminas-diactoros": "^3.7",
        "phpstan/phpstan": "^2.1",
        "phpunit/phpunit": "^11.5 || ^12.4",
        "rector/rector": "^2.2"
    },
    "autoload": {
        "psr-4": {
            "JimTools\\JwtAuth\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "JimTools\\JwtAuth\\Test\\": "tests"
        }
    },
    "replace": {
        "tuupola/slim-jwt-auth": "*"
    },
    "archive": {
      "exclude": ["docs", "CHANGELOG.md", "CONTRIBUTING.md", "UPGRADING.md"]
    }
}
