[
    {
        "name": "adhocore/jwt",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/adhocore/php-jwt.git",
            "reference": "f554215e4037af52c5b56285f2afaea5d6eb594a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/adhocore/php-jwt/zipball/f554215e4037af52c5b56285f2afaea5d6eb594a",
            "reference": "f554215e4037af52c5b56285f2afaea5d6eb594a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5 || ^7.5"
        },
        "time": "2019-12-13T12:03:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ahc\\Jwt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jitendra Adhikari",
                "email": "jiten.adhikary@gmail.com"
            }
        ],
        "description": "Ultra lightweight JSON web token (JWT) library for PHP5.5+.",
        "keywords": [
            "auth",
            "json-web-token",
            "jwt",
            "jwt-auth",
            "jwt-php",
            "token"
        ]
    }
]
