[
    {
        "name": "cakephp/cache",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/cache.git",
            "reference": "5941977c584843b9ddb32ec864a9483fbef88d52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/cache/zipball/5941977c584843b9ddb32ec864a9483fbef88d52",
            "reference": "5941977c584843b9ddb32ec864a9483fbef88d52",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0"
        },
        "time": "2018-09-01T17:00:52+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Cake\\Cache\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/cache/graphs/contributors"
            }
        ],
        "description": "Easy to use Caching library with support for multiple caching backends",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cache",
            "caching",
            "cakephp"
        ]
    },
    {
        "name": "cakephp/collection",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/collection.git",
            "reference": "c5b3a3561eb92a5c25ffcc90ad3a1f193962065f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/collection/zipball/c5b3a3561eb92a5c25ffcc90ad3a1f193962065f",
            "reference": "c5b3a3561eb92a5c25ffcc90ad3a1f193962065f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2018-07-26T19:56:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Collection\\": "."
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/collection/graphs/contributors"
            }
        ],
        "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
        "homepage": "https://cakephp.org",
        "keywords": [
            "arrays",
            "cakephp",
            "collections",
            "iterators"
        ]
    },
    {
        "name": "cakephp/core",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/core.git",
            "reference": "82741aeb90ca2fbbf9fbbd507d56d53b081db237"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/core/zipball/82741aeb90ca2fbbf9fbbd507d56d53b081db237",
            "reference": "82741aeb90ca2fbbf9fbbd507d56d53b081db237",
            "shasum": ""
        },
        "require": {
            "cakephp/utility": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "cakephp/event": "To use PluginApplicationInterface or plugin applications."
        },
        "time": "2018-07-26T19:56:06+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Cake\\Core\\": "."
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/core/graphs/contributors"
            }
        ],
        "description": "CakePHP Framework Core classes",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "core",
            "framework"
        ]
    },
    {
        "name": "cakephp/database",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/database.git",
            "reference": "1494d12bc2b42cb1e844936cbbdd686a5e36235d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/database/zipball/1494d12bc2b42cb1e844936cbbdd686a5e36235d",
            "reference": "1494d12bc2b42cb1e844936cbbdd686a5e36235d",
            "shasum": ""
        },
        "require": {
            "cakephp/cache": "^3.6.0",
            "cakephp/core": "^3.6.0",
            "cakephp/datasource": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "cakephp/log": "Require this if you want to use the built-in query logger"
        },
        "time": "2018-09-28T10:56:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Database\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/database/graphs/contributors"
            }
        ],
        "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
        "homepage": "https://cakephp.org",
        "keywords": [
            "abstraction",
            "cakephp",
            "database",
            "database abstraction",
            "pdo"
        ]
    },
    {
        "name": "cakephp/datasource",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/datasource.git",
            "reference": "44222238fa97e32d39e48bb2add4933ccffbd896"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/datasource/zipball/44222238fa97e32d39e48bb2add4933ccffbd896",
            "reference": "44222238fa97e32d39e48bb2add4933ccffbd896",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "cakephp/cache": "If you decide to use Query caching.",
            "cakephp/collection": "If you decide to use ResultSetInterface.",
            "cakephp/utility": "If you decide to use EntityTrait."
        },
        "time": "2018-09-28T10:56:48+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Cake\\Datasource\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/datasource/graphs/contributors"
            }
        ],
        "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "connection management",
            "datasource",
            "entity",
            "query"
        ]
    },
    {
        "name": "cakephp/utility",
        "version": "3.6.12",
        "version_normalized": "3.6.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/utility.git",
            "reference": "14b61586db830a84aedadd57be2825f40cc29e09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/utility/zipball/14b61586db830a84aedadd57be2825f40cc29e09",
            "reference": "14b61586db830a84aedadd57be2825f40cc29e09",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "ext-intl": "To use Text::transliterate() or Text::slug()",
            "lib-ICU": "To use Text::transliterate() or Text::slug()"
        },
        "time": "2018-09-05T00:44:03+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Cake\\Utility\\": "."
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/utility/graphs/contributors"
            }
        ],
        "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "hash",
            "inflector",
            "security",
            "string",
            "utility"
        ]
    },
    {
        "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-10T12:19:37+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": "robmorgan/phinx",
        "version": "0.10.6",
        "version_normalized": "0.10.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/phinx.git",
            "reference": "f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/phinx/zipball/f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b",
            "reference": "f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b",
            "shasum": ""
        },
        "require": {
            "cakephp/collection": "^3.6",
            "cakephp/database": "^3.6",
            "php": ">=5.6",
            "symfony/config": "^2.8|^3.0|^4.0",
            "symfony/console": "^2.8|^3.0|^4.0",
            "symfony/yaml": "^2.8|^3.0|^4.0"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpunit/phpunit": ">=5.7",
            "sebastian/comparator": ">=1.2.3"
        },
        "time": "2018-08-12T17:22:43+00:00",
        "bin": [
            "bin/phinx"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Phinx\\": "src/Phinx/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Woody Gilk",
                "email": "woody.gilk@gmail.com",
                "homepage": "http://shadowhand.me",
                "role": "Developer"
            },
            {
                "name": "Rob Morgan",
                "email": "robbym@gmail.com",
                "homepage": "https://robmorgan.id.au",
                "role": "Lead Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "rquadling@gmail.com",
                "role": "Developer"
            },
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
            }
        ],
        "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
        "homepage": "https://phinx.org",
        "keywords": [
            "database",
            "database migrations",
            "db",
            "migrations",
            "phinx"
        ]
    },
    {
        "name": "symfony/config",
        "version": "v3.4.17",
        "version_normalized": "3.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "e5389132dc6320682de3643091121c048ff796b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/e5389132dc6320682de3643091121c048ff796b3",
            "reference": "e5389132dc6320682de3643091121c048ff796b3",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/event-dispatcher": "~3.3|~4.0",
            "symfony/finder": "~3.3|~4.0",
            "symfony/yaml": "~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2018-09-08T13:15:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "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 Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v3.4.17",
        "version_normalized": "3.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
            "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.3|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2018-10-02T16:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "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 Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.4.17",
        "version_normalized": "3.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
            "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "time": "2018-10-02T16:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "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 Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.4.17",
        "version_normalized": "3.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
            "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2018-10-02T12:28:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "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 Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
            "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.4.17",
        "version_normalized": "3.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
            "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2018-10-02T16:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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"
    }
]
