[
    {
        "name": "lcobucci/jwt",
        "version": "3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
            "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "mdanter/ecc": "~0.3.1",
            "mikey179/vfsstream": "~1.5",
            "phpmd/phpmd": "~2.2",
            "phpunit/php-invoker": "~1.1",
            "phpunit/phpunit": "~4.5",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "suggest": {
            "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
        },
        "time": "2017-09-01T08:23:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Otávio Cobucci Oblonczyk",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ]
    }
]
