From 1466d0d11b595179a2687c86f0e5b75dee7ea28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 22:32:03 +0000 Subject: [PATCH] Bump cakephp/cakephp from 3.4.7 to 3.5.18 in /cake3/rd_cake Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 3.4.7 to 3.5.18. - [Release notes](https://github.com/cakephp/cakephp/releases) - [Commits](https://github.com/cakephp/cakephp/compare/3.4.7...3.5.18) Signed-off-by: dependabot[bot] --- cake3/rd_cake/composer.json | 2 +- cake3/rd_cake/composer.lock | 170 ++++++++++++++++++++---------------- 2 files changed, 94 insertions(+), 78 deletions(-) diff --git a/cake3/rd_cake/composer.json b/cake3/rd_cake/composer.json index 1865051e..1d69fc4a 100644 --- a/cake3/rd_cake/composer.json +++ b/cake3/rd_cake/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=5.5.9", - "cakephp/cakephp": "3.4.*", + "cakephp/cakephp": "3.5.*", "mobiledetect/mobiledetectlib": "2.*", "cakephp/migrations": "~1.0", "cakephp/plugin-installer": "*", diff --git a/cake3/rd_cake/composer.lock b/cake3/rd_cake/composer.lock index 3790290b..d55e494c 100644 --- a/cake3/rd_cake/composer.lock +++ b/cake3/rd_cake/composer.lock @@ -1,11 +1,10 @@ { "_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#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "1fc91b6fb59495b0b0b1818c89a1f34a", - "content-hash": "ec33bdac33118a09591fd5a72d53fe28", + "content-hash": "c7c8040d765b769d0700176cc06e8348", "packages": [ { "name": "aura/intl", @@ -51,7 +50,7 @@ "l10n", "localization" ], - "time": "2017-01-20 05:00:11" + "time": "2017-01-20T05:00:11+00:00" }, { "name": "cakephp/acl", @@ -97,30 +96,30 @@ "acl", "cakephp" ], - "time": "2017-05-24 11:06:23" + "time": "2017-05-24T11:06:23+00:00" }, { "name": "cakephp/cakephp", - "version": "3.4.7", + "version": "3.5.18", "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", - "reference": "b1aaa094894c020cd49d093bf5d6111fe26f5c45" + "reference": "46ead510e101a6c89e18eeb2504fcdd48fdf039e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/b1aaa094894c020cd49d093bf5d6111fe26f5c45", - "reference": "b1aaa094894c020cd49d093bf5d6111fe26f5c45", + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/46ead510e101a6c89e18eeb2504fcdd48fdf039e", + "reference": "46ead510e101a6c89e18eeb2504fcdd48fdf039e", "shasum": "" }, "require": { "aura/intl": "^3.0.0", - "cakephp/chronos": "~1.0", + "cakephp/chronos": "^1.0.1", "ext-intl": "*", "ext-mbstring": "*", "php": ">=5.6.0", - "psr/log": "^1.0", - "zendframework/zend-diactoros": "^1.4" + "psr/log": "^1.0.0", + "zendframework/zend-diactoros": "^1.4.0" }, "conflict": { "phpunit/phpunit": "<5.7" @@ -142,7 +141,7 @@ }, "require-dev": { "cakephp/cakephp-codesniffer": "^3.0", - "phpunit/phpunit": "^5.7|^6.0" + "phpunit/phpunit": "^5.7.14|^6.0" }, "suggest": { "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.", @@ -151,7 +150,7 @@ "type": "library", "autoload": { "psr-4": { - "Cake\\": "src" + "Cake\\": "src/" }, "files": [ "src/Core/functions.php", @@ -173,38 +172,45 @@ "description": "The CakePHP framework", "homepage": "https://cakephp.org", "keywords": [ - "framework" + "conventions over configuration", + "dry", + "form", + "framework", + "mvc", + "orm", + "psr-7", + "rapid-development", + "validation" ], - "time": "2017-05-20 03:32:05" + "time": "2019-04-24T02:05:09+00:00" }, { "name": "cakephp/chronos", - "version": "1.1.2", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/cakephp/chronos.git", - "reference": "0621b191334d8dcb56907688986dd24eb8c38234" + "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/chronos/zipball/0621b191334d8dcb56907688986dd24eb8c38234", - "reference": "0621b191334d8dcb56907688986dd24eb8c38234", + "url": "https://api.github.com/repos/cakephp/chronos/zipball/ba2bab98849e7bf29b02dd634ada49ab36472959", + "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": ">=5.6" }, "require-dev": { "athletic/athletic": "~0.1", - "cakephp/cakephp-codesniffer": "~2.3", + "cakephp/cakephp-codesniffer": "^3.0", "phpbench/phpbench": "@dev", - "phpstan/phpstan": "^0.6.4", - "phpunit/phpunit": "<6.0" + "phpunit/phpunit": "<6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { - "Cake\\Chronos\\": "src" + "Cake\\Chronos\\": "src/" }, "files": [ "src/carbon_compat.php" @@ -232,7 +238,7 @@ "datetime", "time" ], - "time": "2017-04-27 01:27:49" + "time": "2019-11-30T02:33:19+00:00" }, { "name": "cakephp/migrations", @@ -282,7 +288,7 @@ "cakephp", "migrations" ], - "time": "2017-01-07 16:45:31" + "time": "2017-01-07T16:45:31+00:00" }, { "name": "cakephp/plugin-installer", @@ -323,7 +329,7 @@ } ], "description": "A composer installer for CakePHP 3.0+ plugins.", - "time": "2017-03-21 13:48:47" + "time": "2017-03-21T13:48:47+00:00" }, { "name": "hybridauth/hybridauth", @@ -380,7 +386,7 @@ "social", "twitter" ], - "time": "2017-04-08 22:46:40" + "time": "2017-04-08T22:46:40+00:00" }, { "name": "mobiledetect/mobiledetectlib", @@ -432,7 +438,7 @@ "mobile detector", "php mobile detect" ], - "time": "2017-03-29 13:59:30" + "time": "2017-03-29T13:59:30+00:00" }, { "name": "psr/http-message", @@ -482,20 +488,20 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { @@ -504,7 +510,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -529,19 +535,19 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2019-11-01T11:05:21+00:00" }, { "name": "robmorgan/phinx", "version": "v0.6.5", "source": { "type": "git", - "url": "https://github.com/robmorgan/phinx.git", + "url": "https://github.com/cakephp/phinx.git", "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robmorgan/phinx/zipball/6943cb4bb78bf9d3964967a032220b7c793b97b7", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/6943cb4bb78bf9d3964967a032220b7c793b97b7", "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7", "shasum": "" }, @@ -595,7 +601,7 @@ "migrations", "phinx" ], - "time": "2016-10-27 10:16:12" + "time": "2016-10-27T10:16:12+00:00" }, { "name": "symfony/config", @@ -655,7 +661,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-06-02 18:07:20" + "time": "2017-06-02T18:07:20+00:00" }, { "name": "symfony/console", @@ -724,7 +730,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-06-02 19:24:58" + "time": "2017-06-02T19:24:58+00:00" }, { "name": "symfony/debug", @@ -780,7 +786,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-06-01 21:01:25" + "time": "2017-06-01T21:01:25+00:00" }, { "name": "symfony/filesystem", @@ -829,7 +835,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-05-28 14:08:56" + "time": "2017-05-28T14:08:56+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -888,7 +894,7 @@ "portable", "shim" ], - "time": "2016-11-14 01:06:16" + "time": "2016-11-14T01:06:16+00:00" }, { "name": "symfony/yaml", @@ -943,7 +949,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-06-02 22:05:06" + "time": "2017-06-02T22:05:06+00:00" }, { "name": "tecnickcom/tcpdf", @@ -1006,25 +1012,25 @@ "pdf417", "qrcode" ], - "time": "2015-09-12 10:08:34" + "time": "2015-09-12T10:08:34+00:00" }, { "name": "zendframework/zend-diactoros", - "version": "1.4.0", + "version": "1.8.7", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "b03f285a333f51e58c95cce54109a4a9ed691436" + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436", - "reference": "b03f285a333f51e58c95cce54109a4a9ed691436", + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b", + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b", "shasum": "" }, "require": { - "php": "^5.4 || ^7.0", - "psr/http-message": "~1.0" + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" @@ -1032,17 +1038,27 @@ "require-dev": { "ext-dom": "*", "ext-libxml": "*", - "phpunit/phpunit": "^4.6 || ^5.5", - "zendframework/zend-coding-standard": "~1.0.0" + "php-http/psr7-integration-tests": "dev-master", + "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", + "zendframework/zend-coding-standard": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev", - "dev-develop": "1.5-dev" + "dev-release-1.8": "1.8.x-dev" } }, "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/" } @@ -1058,7 +1074,7 @@ "psr", "psr-7" ], - "time": "2017-04-06 16:18:34" + "time": "2019-08-06T17:53:53+00:00" } ], "packages-dev": [ @@ -1107,7 +1123,7 @@ "bake", "cakephp" ], - "time": "2017-06-05 23:32:05" + "time": "2017-06-05T23:32:05+00:00" }, { "name": "cakephp/debug_kit", @@ -1166,7 +1182,7 @@ "debug", "kit" ], - "time": "2017-05-12 16:10:13" + "time": "2017-05-12T16:10:13+00:00" }, { "name": "composer/ca-bundle", @@ -1225,7 +1241,7 @@ "ssl", "tls" ], - "time": "2017-03-06 11:59:08" + "time": "2017-03-06T11:59:08+00:00" }, { "name": "composer/composer", @@ -1302,7 +1318,7 @@ "dependency", "package" ], - "time": "2017-05-17 06:17:53" + "time": "2017-05-17T06:17:53+00:00" }, { "name": "composer/semver", @@ -1364,7 +1380,7 @@ "validation", "versioning" ], - "time": "2016-08-30 16:08:34" + "time": "2016-08-30T16:08:34+00:00" }, { "name": "composer/spdx-licenses", @@ -1425,7 +1441,7 @@ "spdx", "validator" ], - "time": "2017-04-03 19:08:52" + "time": "2017-04-03T19:08:52+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -1458,7 +1474,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24 07:27:01" + "time": "2014-10-24T07:27:01+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -1501,7 +1517,7 @@ "homepage": "http://www.acci.cz" } ], - "time": "2014-04-08 15:00:19" + "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -1545,7 +1561,7 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2015-04-20 18:58:01" + "time": "2015-04-20T18:58:01+00:00" }, { "name": "jdorn/sql-formatter", @@ -1595,7 +1611,7 @@ "highlight", "sql" ], - "time": "2014-01-12 16:20:24" + "time": "2014-01-12T16:20:24+00:00" }, { "name": "justinrainbow/json-schema", @@ -1662,7 +1678,7 @@ "json", "schema" ], - "time": "2017-05-16 21:06:09" + "time": "2017-05-16T21:06:09+00:00" }, { "name": "nikic/php-parser", @@ -1713,7 +1729,7 @@ "parser", "php" ], - "time": "2017-03-05 18:23:57" + "time": "2017-03-05T18:23:57+00:00" }, { "name": "psy/psysh", @@ -1786,7 +1802,7 @@ "interactive", "shell" ], - "time": "2017-06-04 10:34:20" + "time": "2017-06-04T10:34:20+00:00" }, { "name": "seld/cli-prompt", @@ -1834,7 +1850,7 @@ "input", "prompt" ], - "time": "2017-03-18 11:32:45" + "time": "2017-03-18T11:32:45+00:00" }, { "name": "seld/jsonlint", @@ -1883,7 +1899,7 @@ "parser", "validator" ], - "time": "2017-03-06 16:42:24" + "time": "2017-03-06T16:42:24+00:00" }, { "name": "seld/phar-utils", @@ -1927,7 +1943,7 @@ "keywords": [ "phra" ], - "time": "2015-10-13 18:44:15" + "time": "2015-10-13T18:44:15+00:00" }, { "name": "symfony/finder", @@ -1976,7 +1992,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-06-01 21:01:25" + "time": "2017-06-01T21:01:25+00:00" }, { "name": "symfony/process", @@ -2025,7 +2041,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-05-22 12:32:03" + "time": "2017-05-22T12:32:03+00:00" }, { "name": "symfony/var-dumper", @@ -2093,7 +2109,7 @@ "debug", "dump" ], - "time": "2017-06-02 09:10:29" + "time": "2017-06-02T09:10:29+00:00" } ], "aliases": [],