[
    {
        "name": "zendframework/zend-stdlib",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
            "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-04-12 21:19:36",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev",
                "dev-develop": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "shasum": ""
        },
        "time": "2014-12-30 15:22:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)"
    },
    {
        "name": "zendframework/zend-validator",
        "version": "2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/8ec9f57a717dd37340308aa632f148a2c2be1cfc",
            "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.6.2",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
            "zendframework/zend-i18n-resources": "Translations of validator messages",
            "zendframework/zend-math": "Zend\\Math component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2016-06-23 13:44:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev",
                "dev-develop": "2.9-dev"
            },
            "zf": {
                "component": "Zend\\Validator",
                "config-provider": "Zend\\Validator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Validator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a set of commonly needed validators",
        "homepage": "https://github.com/zendframework/zend-validator",
        "keywords": [
            "validator",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-escaper",
        "version": "2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-30 19:48:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-escaper",
        "keywords": [
            "escaper",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-uri",
        "version": "2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-uri.git",
            "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
            "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-02-17 22:38:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
        "homepage": "https://github.com/zendframework/zend-uri",
        "keywords": [
            "uri",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-loader",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-loader.git",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-06-03 14:05:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Loader\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-loader",
        "keywords": [
            "loader",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-http",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-http.git",
            "reference": "8cd475b4d52aa31ed6205f69a0a72b60ed989a27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-http/zipball/8cd475b4d52aa31ed6205f69a0a72b60ed989a27",
            "reference": "8cd475b4d52aa31ed6205f69a0a72b60ed989a27",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-stdlib": "^2.5 || ^3.0",
            "zendframework/zend-uri": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-config": "^2.5"
        },
        "time": "2016-08-08 15:10:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Http\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
        "homepage": "https://github.com/zendframework/zend-http",
        "keywords": [
            "http",
            "zf2"
        ]
    },
    {
        "name": "igorw/get-in",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/get-in.git",
            "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
            "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2014-12-15 23:03:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/get_in.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Functions for for hash map (assoc array) traversal.",
        "keywords": [
            "assoc-array",
            "hash-map"
        ]
    },
    {
        "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": "zendframework/zend-diactoros",
        "version": "1.3.6",
        "version_normalized": "1.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "a60da179c37f2c4e44ef734d0b92824a58943f7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a60da179c37f2c4e44ef734d0b92824a58943f7f",
            "reference": "a60da179c37f2c4e44ef734d0b92824a58943f7f",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "~1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6 || ^5.5",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2016-09-07 17:57:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev",
                "dev-develop": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    },
    {
        "name": "egeloen/http-adapter",
        "version": "0.8.0",
        "version_normalized": "0.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/ivory-http-adapter.git",
            "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855",
            "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.8",
            "zendframework/zend-diactoros": "^1.1"
        },
        "require-dev": {
            "cakephp/cakephp": "^3.0.3",
            "ext-curl": "*",
            "guzzle/guzzle": "^3.9.4@dev",
            "guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
            "kriswallsmith/buzz": "^0.13",
            "nategood/httpful": "^0.2.17",
            "phpunit/phpunit": "^4.0",
            "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
            "psr/log": "^1.0",
            "react/dns": "^0.4.1",
            "react/http-client": "^0.4",
            "satooshi/php-coveralls": "^0.6",
            "symfony/event-dispatcher": "^2.0",
            "zendframework/zend-http": "^2.3.4",
            "zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
        },
        "suggest": {
            "ext-curl": "Allows you to use the cURL adapter",
            "ext-http": "Allows you to use the PECL adapter",
            "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
            "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
            "kriswallsmith/buzz": "Allows you to use the Buzz adapter",
            "nategood/httpful": "Allows you to use the httpful adapter",
            "psr/log": "Allows you to use the logger event subscriber",
            "symfony/event-dispatcher": "Allows you to use the event lifecycle",
            "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
            "zendframework/zend-http": "Allows you to use the Zend 2 adapter",
            "zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
        },
        "time": "2015-08-12 09:35:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ivory\\HttpAdapter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "Issue HTTP request for PHP 5.3+.",
        "keywords": [
            "http",
            "http-adapter",
            "http-client",
            "psr-7"
        ],
        "abandoned": "php-http/httplug"
    },
    {
        "name": "willdurand/geocoder",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/geocoder-php/Geocoder.git",
            "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/ccc178e2984c0af24881faa0ffe515f20e5e8c23",
            "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23",
            "shasum": ""
        },
        "require": {
            "egeloen/http-adapter": "~0.8",
            "igorw/get-in": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "geoip2/geoip2": "~2.0",
            "symfony/stopwatch": "~2.5"
        },
        "suggest": {
            "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
            "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
            "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
            "symfony/stopwatch": "If you want to use the TimedGeocoder"
        },
        "time": "2015-12-06 20:17:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Geocoder": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "The almost missing Geocoder PHP 5.4 library.",
        "homepage": "http://geocoder-php.org",
        "keywords": [
            "abstraction",
            "geocoder",
            "geocoding",
            "geoip"
        ]
    },
    {
        "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/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": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "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/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": "league/csv",
        "version": "8.1.1",
        "version_normalized": "8.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c",
            "reference": "3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-09-05 08:16:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    }
]
