[
    {
        "name": "google/protobuf",
        "version": "v3.7.1",
        "version_normalized": "3.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/protocolbuffers/protobuf-php.git",
            "reference": "0657d28864692480c3d8506ba4fc90e8813deae5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/0657d28864692480c3d8506ba4fc90e8813deae5",
            "reference": "0657d28864692480c3d8506ba4fc90e8813deae5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.8.0"
        },
        "suggest": {
            "ext-bcmath": "Need to support JSON deserialization"
        },
        "time": "2019-03-26T18:06:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Protobuf\\": "src/Google/Protobuf",
                "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "proto library for PHP",
        "homepage": "https://developers.google.com/protocol-buffers/",
        "keywords": [
            "proto"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22T15:46:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "9f83dded91781a01c63574e387eaa769be769115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
            "reference": "9f83dded91781a01c63574e387eaa769be769115",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "time": "2018-12-04T20:46:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2016-02-11T07:05:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "backendtea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "virgil/crypto",
        "version": "v5.1.0",
        "version_normalized": "5.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/VirgilSecurity/virgil-crypto-php.git",
            "reference": "438932ffbd4ef2a31ab769b3b8c282464dfb90bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/VirgilSecurity/virgil-crypto-php/zipball/438932ffbd4ef2a31ab769b3b8c282464dfb90bf",
            "reference": "438932ffbd4ef2a31ab769b3b8c282464dfb90bf",
            "shasum": ""
        },
        "require": {
            "ext-virgil_crypto_php": "*",
            "php": ">=5.6",
            "virgil/crypto-api": "^5.0"
        },
        "provide": {
            "virgil/crypto-api-implementation": "v5"
        },
        "require-dev": {
            "phpunit/phpunit": ">=5.6"
        },
        "time": "2018-11-08T10:14:07+00:00",
        "type": "standalone",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "virgil_crypto_php.php"
            ],
            "psr-4": {
                "Virgil\\CryptoImpl\\": "Virgil/CryptoImpl/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Virgil Security, Inc",
                "email": "support@virgilsecurity.com",
                "homepage": "https://virgilsecurity.com/"
            }
        ],
        "description": "Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. See below for currently available languages and platforms. Get in touch with us to get preview access to our key infrastructure.",
        "homepage": "http://virgilsecurity.com",
        "keywords": [
            "Authentication",
            "ECIES",
            "PFS",
            "Passwordless",
            "Perfect Forward Secrecy",
            "Virgil.Keys",
            "Virgil.Pass",
            "cross",
            "cryptography",
            "decryption",
            "elliptic",
            "encryption",
            "end-to-end",
            "platform",
            "security",
            "verification",
            "virgil"
        ]
    },
    {
        "name": "virgil/crypto-api",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/VirgilSecurity/virgil-cryptoapi-php.git",
            "reference": "797dfa266aec50e1e29b0a2a923124e23a57b0f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/VirgilSecurity/virgil-cryptoapi-php/zipball/797dfa266aec50e1e29b0a2a923124e23a57b0f0",
            "reference": "797dfa266aec50e1e29b0a2a923124e23a57b0f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2018-05-14T06:20:45+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Virgil\\CryptoApi\\": "Virgil/CryptoApi/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Virgil Security, Inc",
                "email": "support@virgilsecurity.com",
                "homepage": "http://virgilsecurity.com"
            }
        ],
        "description": "Virgil crypto API contains a bunch of common cipher interfaces",
        "homepage": "http://virgilsecurity.com",
        "keywords": [
            "cipher",
            "crypto api",
            "virgil crypto"
        ]
    },
    {
        "name": "virgil/purekit",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/VirgilSecurity/virgil-purekit-php.git",
            "reference": "fcf6eabb49d147bbbea7889cf4351f4fd1c607e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/VirgilSecurity/virgil-purekit-php/zipball/fcf6eabb49d147bbbea7889cf4351f4fd1c607e5",
            "reference": "fcf6eabb49d147bbbea7889cf4351f4fd1c607e5",
            "shasum": ""
        },
        "require": {
            "google/protobuf": "^3.6.1",
            "guzzlehttp/guzzle": "~6.0",
            "php": "^7.2",
            "vlucas/phpdotenv": "^2.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^7"
        },
        "time": "2019-04-08T16:46:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Virgil\\PureKit\\": "PureKit",
                "Purekit\\": "PureKit/Core/Protobuf/build/Purekit",
                "GPBMetadata\\": "PureKit/Core/Protobuf/build/GPBMetadata"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Virgil Security, Inc",
                "email": "support@virgilsecurity.com",
                "homepage": "https://virgilsecurity.com"
            }
        ],
        "description": "Virgil Security introduces an implementation of the Password-Hardened Encryption (PHE) protocol that provides developers with a technology to protect users passwords from offline/online attacks and make stolen passwords useless even if your database has been compromised.",
        "homepage": "https://passw0rd.io/"
    },
    {
        "name": "virgil/sdk",
        "version": "v5.0.1",
        "version_normalized": "5.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/VirgilSecurity/virgil-sdk-php.git",
            "reference": "b3dd713f614019da2ee87aa80cebce7011f56f85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/VirgilSecurity/virgil-sdk-php/zipball/b3dd713f614019da2ee87aa80cebce7011f56f85",
            "reference": "b3dd713f614019da2ee87aa80cebce7011f56f85",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.6",
            "virgil/crypto-api-implementation": "^v5.0",
            "vlucas/phpdotenv": "^2.5"
        },
        "require-dev": {
            "phpunit/phpunit": "7.5.1",
            "virgil/crypto": "^5.0"
        },
        "time": "2019-02-06T10:20:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Virgil\\": "Virgil/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Virgil Security, Inc",
                "email": "support@virgilsecurity.com",
                "homepage": "http://virgilsecurity.com"
            }
        ],
        "description": "Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. See below for currently available languages and platforms. Get in touch with us to get preview access to our key infrastructure.",
        "homepage": "https://virgilsecurity.com",
        "keywords": [
            "Authentication",
            "ECIES",
            "Keyring",
            "PFS",
            "Passwordless",
            "Perfect Forward Secrecy",
            "Virgil.Keys",
            "Virgil.Pass",
            "cross",
            "cryptography",
            "decryption",
            "elliptic",
            "encryption",
            "end-to-end",
            "pki",
            "platform",
            "sdk",
            "security",
            "verification",
            "virgil"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-ctype": "^1.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.0"
        },
        "time": "2019-01-29T11:11:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    }
]
