{
    "name": "tungltdev/laravel-php-jwt",
    "version": "2.0",
    "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP.",
    "homepage": "https://github.com/tungltdev/laravel-php-jwt",
    "authors": [
        {
            "name": "Tunglt",
            "email": "tunglt.dev@gmail.com",
            "role": "Developer"
        }
    ],
    "license": "MIT",
    "require": {
        "php": ">=5.6.0",
        "firebase/php-jwt": "^6.3"
    },
    "autoload": {
        "files": [
            "src/helpers.php"
        ],
        "psr-4": {
            "Tungltdev\\LARAVEL\\JWT\\": "src"
        }
    }
}
