[
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10 12:19:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06 20:24:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "cache/taggable-cache",
        "version": "0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/taggable-cache.git",
            "reference": "8ae3042edd1ac9546c9eae1020dc2b438ef10742"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/taggable-cache/zipball/8ae3042edd1ac9546c9eae1020dc2b438ef10742",
            "reference": "8ae3042edd1ac9546c9eae1020dc2b438ef10742",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.11",
            "phpunit/phpunit": "^4.0 || ^5.1",
            "symfony/cache": "^3.1"
        },
        "time": "2016-08-08 17:20:09",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Taggable\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "Add tag support to your PSR-6 cache implementation",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "Taggable",
            "cache",
            "psr6",
            "tag"
        ]
    },
    {
        "name": "cache/adapter-common",
        "version": "0.3.3",
        "version_normalized": "0.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/adapter-common.git",
            "reference": "874256105aefaa52b60599ab02858a4575e61095"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/874256105aefaa52b60599ab02858a4575e61095",
            "reference": "874256105aefaa52b60599ab02858a4575e61095",
            "shasum": ""
        },
        "require": {
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0",
            "psr/log": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.10",
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "time": "2016-07-31 18:10:41",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Adapter\\Common\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "Common classes for PSR-6 adapters",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "cache",
            "psr-6",
            "tag"
        ]
    },
    {
        "name": "cache/hierarchical-cache",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/hierarchical-cache.git",
            "reference": "783e179acc3c9d47c469513a2380219022bfa0bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/783e179acc3c9d47c469513a2380219022bfa0bc",
            "reference": "783e179acc3c9d47c469513a2380219022bfa0bc",
            "shasum": ""
        },
        "require": {
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "time": "2016-08-07 14:49:33",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Hierarchy\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "cache",
            "hierarchical",
            "psr-6",
            "tag"
        ]
    },
    {
        "name": "clue/stream-filter",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
            "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2015-11-08 23:41:30",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A simple and modern approach to stream filtering in PHP",
        "homepage": "https://github.com/clue/php-stream-filter",
        "keywords": [
            "bucket brigade",
            "callback",
            "filter",
            "php_user_filter",
            "stream",
            "stream_filter_append",
            "stream_filter_register"
        ]
    },
    {
        "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-06 14:39:51",
        "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": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19 14:08:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "php-http/promise",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/promise.git",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
            "shasum": ""
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-01-26 13:27:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Promise\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Joel Wurtz",
                "email": "joel.wurtz@gmail.com"
            }
        ],
        "description": "Promise used for asynchronous HTTP requests",
        "homepage": "http://httplug.io",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
            "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
            "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."
        },
        "time": "2016-10-04 00:57:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.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"
        ]
    },
    {
        "name": "php-http/message",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "20ffbdc291a127e93f66007742693fbdf020d223"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/20ffbdc291a127e93f66007742693fbdf020d223",
            "reference": "20ffbdc291a127e93f66007742693fbdf020d223",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.3",
            "php": ">=5.4",
            "php-http/message-factory": "^1.0.2",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^1.0",
            "coduo/phpspec-data-provider-extension": "^1.0",
            "ext-zlib": "*",
            "guzzlehttp/psr7": "^1.0",
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4",
            "slim/slim": "^3.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "ext-zlib": "Used with compressor/decompressor streams",
            "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
            "slim/slim": "Used with Slim Framework PSR-7 implementation",
            "zendframework/zend-diactoros": "Used with Diactoros Factories"
        },
        "time": "2016-10-20 06:59:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            },
            "files": [
                "src/filters.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTP Message related tools",
        "homepage": "http://php-http.org",
        "keywords": [
            "http",
            "message",
            "psr-7"
        ]
    },
    {
        "name": "php-http/httplug",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/httplug.git",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "php-http/promise": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-08-31 08:30:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTPlug, the HTTP client abstraction for PHP",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "http"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "5a236c5e43486286efbd6b36f5151e0b962cfdb5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/5a236c5e43486286efbd6b36f5151e0b962cfdb5",
            "reference": "5a236c5e43486286efbd6b36f5151e0b962cfdb5",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^2.0.2",
            "php-http/httplug": "^1.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^2.4",
            "puli/composer-plugin": "1.0.0-beta10"
        },
        "suggest": {
            "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
            "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
        },
        "time": "2016-10-20 08:05:06",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Discovery\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
        "homepage": "http://php-http.org",
        "keywords": [
            "adapter",
            "client",
            "discovery",
            "factory",
            "http",
            "message",
            "psr7"
        ]
    },
    {
        "name": "php-http/curl-client",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/curl-client.git",
            "reference": "984b3e6e9b7c56bb85f6db3725e5a74e83cd6257"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/curl-client/zipball/984b3e6e9b7c56bb85f6db3725e5a74e83cd6257",
            "reference": "984b3e6e9b7c56bb85f6db3725e5a74e83cd6257",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.5 || ^7.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message": "^1.2",
            "php-http/message-factory": "^1.0.2"
        },
        "provide": {
            "php-http/async-client-implementation": "1.0",
            "php-http/client-implementation": "1.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.0",
            "php-http/client-integration-tests": "^0.5.1",
            "phpunit/phpunit": "^4.8.27",
            "zendframework/zend-diactoros": "^1.0"
        },
        "time": "2016-09-12 14:10:21",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Curl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Михаил Красильников",
                "email": "m.krasilnikov@yandex.ru"
            }
        ],
        "description": "cURL client for PHP-HTTP",
        "homepage": "http://php-http.org",
        "keywords": [
            "curl",
            "http"
        ]
    },
    {
        "name": "symfony/options-resolver",
        "version": "v3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "30605874d99af0cde6c41fd39e18546330c38100"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/30605874d99af0cde6c41fd39e18546330c38100",
            "reference": "30605874d99af0cde6c41fd39e18546330c38100",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2016-05-12 15:59:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "php-http/client-common",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/client-common.git",
            "reference": "999cb9c512934c7db899b8f232df499b1860e20f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/client-common/zipball/999cb9c512934c7db899b8f232df499b1860e20f",
            "reference": "999cb9c512934c7db899b8f232df499b1860e20f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "php-http/httplug": "^1.1",
            "php-http/message": "^1.2",
            "php-http/message-factory": "^1.0",
            "symfony/options-resolver": "^2.6 || ^3.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "suggest": {
            "php-http/cache-plugin": "PSR-6 Cache plugin",
            "php-http/logger-plugin": "PSR-3 Logger plugin",
            "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
        },
        "time": "2016-10-16 07:03:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Common HTTP Client implementations and tools for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "common",
            "http",
            "httplug"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
            "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-24 23:00:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-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"
            }
        ],
        "description": "PSR-7 message implementation",
        "keywords": [
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "firebase/php-jwt",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
            "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "time": "2015-06-22 23:26:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Authentication/",
                "Exceptions/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Neuman Vong",
                "email": "neuman+pear@twilio.com",
                "role": "Developer"
            },
            {
                "name": "Anant Narayanan",
                "email": "anant@php.net",
                "role": "Developer"
            }
        ],
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
        "homepage": "https://github.com/firebase/php-jwt"
    },
    {
        "name": "cache/void-adapter",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/void-adapter.git",
            "reference": "a946b2e83e6cf8996f01a05811c76869cf11c009"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/void-adapter/zipball/a946b2e83e6cf8996f01a05811c76869cf11c009",
            "reference": "a946b2e83e6cf8996f01a05811c76869cf11c009",
            "shasum": ""
        },
        "require": {
            "cache/adapter-common": "^0.3",
            "cache/hierarchical-cache": "^0.3",
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "provide": {
            "psr/cache-implementation": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.11",
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "time": "2016-08-07 15:04:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Adapter\\Void\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "A PSR-6 cache implementation using Void. This implementation supports tags",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "cache",
            "psr-6",
            "tag",
            "void"
        ]
    },
    {
        "name": "cache/redis-adapter",
        "version": "0.4.2",
        "version_normalized": "0.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/redis-adapter.git",
            "reference": "55872608728f0f52ba996c42c360e18631ef6f63"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/redis-adapter/zipball/55872608728f0f52ba996c42c360e18631ef6f63",
            "reference": "55872608728f0f52ba996c42c360e18631ef6f63",
            "shasum": ""
        },
        "require": {
            "cache/adapter-common": "^0.3",
            "cache/hierarchical-cache": "^0.3",
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "provide": {
            "psr/cache-implementation": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.11",
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "suggest": {
            "ext-redis": "The extension required to use this pool."
        },
        "time": "2016-08-07 15:04:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Adapter\\Redis\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "cache",
            "phpredis",
            "psr-6",
            "redis",
            "tag"
        ]
    },
    {
        "name": "cache/memcached-adapter",
        "version": "0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/memcached-adapter.git",
            "reference": "ab360d0d8a8a9b3ebd1e5aa237e9d90302f8d93b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/memcached-adapter/zipball/ab360d0d8a8a9b3ebd1e5aa237e9d90302f8d93b",
            "reference": "ab360d0d8a8a9b3ebd1e5aa237e9d90302f8d93b",
            "shasum": ""
        },
        "require": {
            "cache/adapter-common": "^0.3",
            "cache/hierarchical-cache": "^0.3",
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "provide": {
            "psr/cache-implementation": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.11",
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "suggest": {
            "ext-memcached": "The extension required to use this pool."
        },
        "time": "2016-08-07 15:04:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Adapter\\Memcached\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "A PSR-6 cache implementation using Memcached. This implementation supports tags",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "cache",
            "memcached",
            "psr-6",
            "tag"
        ]
    },
    {
        "name": "cache/array-adapter",
        "version": "0.4.2",
        "version_normalized": "0.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-cache/array-adapter.git",
            "reference": "8fba4cc2b57aebac1390e254b1ce05d7b994d412"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-cache/array-adapter/zipball/8fba4cc2b57aebac1390e254b1ce05d7b994d412",
            "reference": "8fba4cc2b57aebac1390e254b1ce05d7b994d412",
            "shasum": ""
        },
        "require": {
            "cache/adapter-common": "^0.3",
            "cache/hierarchical-cache": "^0.3",
            "cache/taggable-cache": "^0.4",
            "php": "^5.5 || ^7.0",
            "psr/cache": "^1.0"
        },
        "provide": {
            "psr/cache-implementation": "^1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.11",
            "phpunit/phpunit": "^4.0 || ^5.1"
        },
        "time": "2016-08-07 15:04:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cache\\Adapter\\PHPArray\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aaron Scherer",
                "email": "aequasi@gmail.com",
                "homepage": "https://github.com/aequasi"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/nyholm"
            }
        ],
        "description": "A PSR-6 cache implementation using a php array. This implementation supports tags",
        "homepage": "http://www.php-cache.com/en/latest/",
        "keywords": [
            "array",
            "cache",
            "psr-6",
            "tag"
        ]
    },
    {
        "name": "stormpath/sdk",
        "version": "1.17.1",
        "version_normalized": "1.17.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stormpath/stormpath-sdk-php.git",
            "reference": "86a4fcf7f73f68bb19cbc1b1c37c752a3205080b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stormpath/stormpath-sdk-php/zipball/86a4fcf7f73f68bb19cbc1b1c37c752a3205080b",
            "reference": "86a4fcf7f73f68bb19cbc1b1c37c752a3205080b",
            "shasum": ""
        },
        "require": {
            "cache/array-adapter": "0.4.*",
            "cache/memcached-adapter": "0.3.*",
            "cache/redis-adapter": "0.4.*",
            "cache/taggable-cache": "0.4.*",
            "cache/void-adapter": "0.3.*",
            "firebase/php-jwt": "2.2.*",
            "guzzlehttp/psr7": "^1.3",
            "php": ">=5.5",
            "php-http/client-common": "^1.2",
            "php-http/curl-client": "^1.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message": "^1.3",
            "phpseclib/phpseclib": "0.3.*|~1.0|~2.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/debug": "*",
            "symfony/var-dumper": "*"
        },
        "time": "2016-10-26 21:04:40",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stormpath\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Elder Crisostomo",
                "email": "elder@stormpath.com",
                "role": "Developer"
            },
            {
                "name": "Brian Retterer",
                "email": "brian@stormpath.com",
                "role": "Developer"
            }
        ],
        "description": "A PHP wrapper for Stormpath's API",
        "homepage": "https://github.com/stormpath/stormpath-sdk-php",
        "keywords": [
            "Authentication",
            "User management",
            "api",
            "cloud",
            "group management",
            "security",
            "stormpath",
            "user security"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3",
            "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2016-09-25 08:27:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    }
]
