{
    "packages": [
        {
            "name": "gree/jose",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nov/jose-php.git",
                "reference": "445d702ffc8b17abd22d664b334a4046a0ed0b8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nov/jose-php/zipball/445d702ffc8b17abd22d664b334a4046a0ed0b8e",
                "reference": "445d702ffc8b17abd22d664b334a4046a0ed0b8e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "phpseclib/phpseclib": ">=2.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*"
            },
            "time": "2016-09-14T07:47:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JOSE": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nov Matake",
                    "email": "nov@matake.jp",
                    "homepage": "http://matake.jp"
                }
            ],
            "description": "JWT, JWS and JWS implementation in PHP",
            "homepage": "https://github.com/nov/jose",
            "keywords": [
                "ID Token",
                "JOSE",
                "JSON Web Encryption",
                "JSON Web Signature",
                "JSON Web Token",
                "JWE",
                "JWS",
                "OpenID Connect",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/nov/jose-php/issues",
                "source": "https://github.com/nov/jose-php/tree/master"
            },
            "install-path": "../gree/jose"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604",
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "~4.0",
                "sami/sami": "~2.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
                "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
            },
            "time": "2015-08-04T04:48:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "phpseclib/"
            ],
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0"
            },
            "install-path": "../phpseclib/phpseclib"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
