{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "709492465493a53a03ca18f63399f74a", "packages": [ { "name": "cakephp/cache", "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/cakephp/cache.git", "reference": "c5b9075f2a7b53176fb2f9329088671e85d309ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/cache/zipball/c5b9075f2a7b53176fb2f9329088671e85d309ba", "reference": "c5b9075f2a7b53176fb2f9329088671e85d309ba", "shasum": "" }, "require": { "cakephp/core": "^3.6.0", "php": ">=5.6.0", "psr/simple-cache": "^1.0.0" }, "type": "library", "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" ], "time": "2019-08-08T09:05:06+00:00" }, { "name": "cakephp/collection", "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/cakephp/collection.git", "reference": "5f22678fc2d151082e331b20677d9696563af549" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/collection/zipball/5f22678fc2d151082e331b20677d9696563af549", "reference": "5f22678fc2d151082e331b20677d9696563af549", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "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" ], "time": "2019-02-26T20:10:41+00:00" }, { "name": "cakephp/core", "version": "3.8.2", "source": { "type": "git", "url": "git@github.com:cakephp/core.git", "reference": "856ebb75e3cef6068444185e3dd54e98dfe888b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/core/zipball/856ebb75e3cef6068444185e3dd54e98dfe888b3", "reference": "856ebb75e3cef6068444185e3dd54e98dfe888b3", "shasum": "" }, "require": { "cakephp/utility": "^3.6.0", "php": ">=5.6.0" }, "suggest": { "cakephp/cache": "To use Configure::store() and restore().", "cakephp/event": "To use PluginApplicationInterface or plugin applications." }, "type": "library", "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" ], "time": "2019-08-06T03:36:04+00:00" }, { "name": "cakephp/database", "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/cakephp/database.git", "reference": "f0ff1a57c89f1e4370a946be21e2d33ba15777bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/database/zipball/f0ff1a57c89f1e4370a946be21e2d33ba15777bb", "reference": "f0ff1a57c89f1e4370a946be21e2d33ba15777bb", "shasum": "" }, "require": { "cakephp/cache": "^3.6.0", "cakephp/core": "^3.6.0", "cakephp/datasource": "^3.6.0", "cakephp/log": "^3.6.0", "php": ">=5.6.0" }, "type": "library", "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" ], "time": "2019-08-08T09:05:06+00:00" }, { "name": "cakephp/datasource", "version": "3.8.2", "source": { "type": "git", "url": "git@github.com:cakephp/datasource.git", "reference": "c46eff4f12fd72f01dd6987d5bfa0d7e5c92af70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/datasource/zipball/c46eff4f12fd72f01dd6987d5bfa0d7e5c92af70", "reference": "c46eff4f12fd72f01dd6987d5bfa0d7e5c92af70", "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." }, "type": "library", "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" ], "time": "2019-07-09T14:11:51+00:00" }, { "name": "cakephp/log", "version": "3.8.2", "source": { "type": "git", "url": "git@github.com:cakephp/log.git", "reference": "ed6398ae8c2e8a5630e8dea24dda34b102ec65e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/log/zipball/ed6398ae8c2e8a5630e8dea24dda34b102ec65e2", "reference": "ed6398ae8c2e8a5630e8dea24dda34b102ec65e2", "shasum": "" }, "require": { "cakephp/core": "^3.6.0", "php": ">=5.6.0", "psr/log": "^1.0.0" }, "type": "library", "autoload": { "psr-4": { "Cake\\Log\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/log/graphs/contributors" } ], "description": "CakePHP logging library with support for multiple different streams", "homepage": "https://cakephp.org", "keywords": [ "Streams", "cakephp", "log", "logging" ], "time": "2019-05-27T20:26:47+00:00" }, { "name": "cakephp/utility", "version": "3.8.2", "source": { "type": "git", "url": "git@github.com:cakephp/utility.git", "reference": "1b9d956aa81c2db720bd2cd9fa05079f44ad923c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/utility/zipball/1b9d956aa81c2db720bd2cd9fa05079f44ad923c", "reference": "1b9d956aa81c2db720bd2cd9fa05079f44ad923c", "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()" }, "type": "library", "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" ], "time": "2019-08-08T09:05:06+00:00" }, { "name": "psr/log", "version": "1.1.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2018-11-20T15:27:04+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2017-10-23T01:57:42+00:00" }, { "name": "robmorgan/phinx", "version": "0.11.1", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", "reference": "a6cced878695d26396b26dfd62ce300aea07de05" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/phinx/zipball/a6cced878695d26396b26dfd62ce300aea07de05", "reference": "a6cced878695d26396b26dfd62ce300aea07de05", "shasum": "" }, "require": { "cakephp/collection": "^3.6", "cakephp/core": "^3.6", "cakephp/database": "^3.6", "cakephp/datasource": "^3.6", "php": ">=5.6", "symfony/config": "^3.4|^4.0", "symfony/console": "^3.4|^4.0", "symfony/yaml": "^3.4|^4.0" }, "require-dev": { "cakephp/cakephp-codesniffer": "^3.0", "phpunit/phpunit": ">=5.7,<8.0", "sebastian/comparator": ">=1.2.3" }, "bin": [ "bin/phinx" ], "type": "library", "autoload": { "psr-4": { "Phinx\\": "src/Phinx/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Morgan", "email": "robbym@gmail.com", "homepage": "https://robmorgan.id.au", "role": "Lead Developer" }, { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "https://shadowhand.me", "role": "Developer" }, { "name": "Richard Quadling", "email": "rquadling@gmail.com", "role": "Developer" }, { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/phinx/graphs/contributors", "role": "Developer" } ], "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" ], "time": "2019-08-28T12:24:19+00:00" }, { "name": "symfony/config", "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/24a60c0d7ad98a0fa5d1f892e9286095a389404f", "reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "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", "time": "2019-08-26T07:52:57+00:00" }, { "name": "symfony/console", "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "4510f04e70344d70952566e4262a0b11df39cb10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10", "reference": "4510f04e70344d70952566e4262a0b11df39cb10", "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" }, "provide": { "psr/log-implementation": "1.0" }, "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": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "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", "time": "2019-08-26T07:52:58+00:00" }, { "name": "symfony/debug", "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "0b600300918780001e2821db77bc28b677794486" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/0b600300918780001e2821db77bc28b677794486", "reference": "0b600300918780001e2821db77bc28b677794486", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "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", "time": "2019-08-20T13:31:17+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "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", "time": "2019-08-20T13:31:17+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "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" ], "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/yaml", "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "3dc414b7db30695bae671a1d86013d03f4ae9834" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834", "reference": "3dc414b7db30695bae671a1d86013d03f4ae9834", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "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", "time": "2019-08-20T13:31:17+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }