[
    {
        "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": "zendframework/zend-diactoros",
        "version": "1.8.6",
        "version_normalized": "1.8.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2018-09-05T19:29:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev",
                "dev-develop": "1.9.x-dev",
                "dev-release-2.0": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions/create_uploaded_file.php",
                "src/functions/marshal_headers_from_sapi.php",
                "src/functions/marshal_method_from_sapi.php",
                "src/functions/marshal_protocol_version_from_sapi.php",
                "src/functions/marshal_uri_from_sapi.php",
                "src/functions/normalize_server.php",
                "src/functions/normalize_uploaded_files.php",
                "src/functions/parse_cookie_header.php"
            ],
            "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": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "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": "aura/intl",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/auraphp/Aura.Intl.git",
            "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
            "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
            "shasum": ""
        },
        "require": {
            "php": "^5.6|^7.0"
        },
        "time": "2017-01-20T05:00:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Aura\\Intl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aura.Intl Contributors",
                "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
            }
        ],
        "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
        "homepage": "https://github.com/auraphp/Aura.Intl",
        "keywords": [
            "g11n",
            "globalization",
            "i18n",
            "internationalization",
            "intl",
            "l10n",
            "localization"
        ]
    },
    {
        "name": "cakephp/chronos",
        "version": "1.2.8",
        "version_normalized": "1.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/chronos.git",
            "reference": "0292f06e8cc23fc82f0574889da2d8bf27b613c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/chronos/zipball/0292f06e8cc23fc82f0574889da2d8bf27b613c1",
            "reference": "0292f06e8cc23fc82f0574889da2d8bf27b613c1",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|^7"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpbench/phpbench": "@dev",
            "phpstan/phpstan": "^0.6.4",
            "phpunit/phpunit": "<6.0 || ^7.0"
        },
        "time": "2019-06-17T15:19:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Chronos\\": "src/"
            },
            "files": [
                "src/carbon_compat.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "The CakePHP Team",
                "homepage": "http://cakephp.org"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://cakephp.org",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "cakephp/cakephp",
        "version": "3.8.1",
        "version_normalized": "3.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/cakephp.git",
            "reference": "faefcba4cb332d6abfe3f2693346e805ef6e3857"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/cakephp/zipball/faefcba4cb332d6abfe3f2693346e805ef6e3857",
            "reference": "faefcba4cb332d6abfe3f2693346e805ef6e3857",
            "shasum": ""
        },
        "require": {
            "aura/intl": "^3.0.0",
            "cakephp/chronos": "^1.0.1",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "php": ">=5.6.0",
            "psr/log": "^1.0.0",
            "psr/simple-cache": "^1.0.0",
            "zendframework/zend-diactoros": "^1.4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.7"
        },
        "replace": {
            "cakephp/cache": "self.version",
            "cakephp/collection": "self.version",
            "cakephp/core": "self.version",
            "cakephp/database": "self.version",
            "cakephp/datasource": "self.version",
            "cakephp/event": "self.version",
            "cakephp/filesystem": "self.version",
            "cakephp/form": "self.version",
            "cakephp/i18n": "self.version",
            "cakephp/log": "self.version",
            "cakephp/orm": "self.version",
            "cakephp/utility": "self.version",
            "cakephp/validation": "self.version"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "cakephp/chronos": "^1.2.1",
            "phpunit/phpunit": "^5.7.14|^6.0"
        },
        "suggest": {
            "ext-curl": "To enable more efficient network calls in Http\\Client.",
            "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
            "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
        },
        "time": "2019-07-13T02:43:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\": "src/"
            },
            "files": [
                "src/Core/functions.php",
                "src/Collection/functions.php",
                "src/I18n/functions.php",
                "src/Utility/bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
            }
        ],
        "description": "The CakePHP framework",
        "homepage": "https://cakephp.org",
        "keywords": [
            "conventions over configuration",
            "dry",
            "form",
            "framework",
            "mvc",
            "orm",
            "psr-7",
            "rapid-development",
            "validation"
        ]
    }
]
