From 586d4462d29b76b51f8f715214d2855b8e0df7fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Sep 2021 15:18:44 +0000 Subject: [PATCH] Update dependency zendframework/zend-cache to v2.9.0 --- roledemo/composer.json | 2 +- roledemo/composer.lock | 119 ++++++++++++++++++++++++++++++----------- 2 files changed, 90 insertions(+), 31 deletions(-) diff --git a/roledemo/composer.json b/roledemo/composer.json index ea08d03..246aca1 100644 --- a/roledemo/composer.json +++ b/roledemo/composer.json @@ -31,7 +31,7 @@ "zendframework/zend-mime": "^2.7", "doctrine/doctrine-orm-module": "^1.1.5", "doctrine/migrations": "^1.5", - "zendframework/zend-cache": "^2.7", + "zendframework/zend-cache": "2.9.0", "zendframework/zend-serializer": "^2.8", "zendframework/zend-permissions-rbac": "^2.5" }, diff --git a/roledemo/composer.lock b/roledemo/composer.lock index 1f3fb14..c38369d 100644 --- a/roledemo/composer.lock +++ b/roledemo/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dace7209776549bc1d917b6496608d6a", + "content-hash": "e6afe77d5f58515745ba78651350fa55", "packages": [ { "name": "container-interop/container-interop", @@ -35,6 +35,7 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", + "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { @@ -925,12 +926,12 @@ "version": "v2.6.2", "source": { "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", + "url": "https://github.com/doctrine/orm.git", "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", + "url": "https://api.github.com/repos/doctrine/orm/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", "shasum": "" }, @@ -1153,6 +1154,7 @@ "keywords": [ "reflection" ], + "abandoned": "roave/better-reflection", "time": "2018-06-14T14:45:07+00:00" }, { @@ -1371,27 +1373,22 @@ }, { "name": "psr/container", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.2.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -1404,7 +1401,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", @@ -1416,7 +1413,7 @@ "container-interop", "psr" ], - "time": "2017-02-14T16:28:37+00:00" + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/simple-cache", @@ -1699,20 +1696,21 @@ "ZendFramework", "zf" ], + "abandoned": "laminas/laminas-authentication", "time": "2018-04-12T21:09:22+00:00" }, { "name": "zendframework/zend-cache", - "version": "2.8.2", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-cache.git", - "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3" + "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3", - "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3", + "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/cffd54a2dc4db094976d3b3f05e418a047cc9110", + "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110", "shasum": "" }, "require": { @@ -1721,7 +1719,7 @@ "psr/simple-cache": "^1.0", "zendframework/zend-eventmanager": "^2.6.3 || ^3.2", "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" + "zendframework/zend-stdlib": "^3.2.1" }, "provide": { "psr/cache-implementation": "1.0", @@ -1754,8 +1752,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8.x-dev", - "dev-develop": "2.9.x-dev" + "dev-master": "2.9.x-dev", + "dev-develop": "2.10.x-dev" }, "zf": { "component": "Zend\\Cache", @@ -1782,7 +1780,8 @@ "psr-6", "zf" ], - "time": "2018-05-01T21:58:00+00:00" + "abandoned": "laminas/laminas-cache", + "time": "2019-08-29T18:30:41+00:00" }, { "name": "zendframework/zend-captcha", @@ -1840,6 +1839,7 @@ "captcha", "zf" ], + "abandoned": "laminas/laminas-captcha", "time": "2018-04-24T17:24:10+00:00" }, { @@ -1893,6 +1893,7 @@ "code", "zf2" ], + "abandoned": "laminas/laminas-code", "time": "2018-08-13T20:36:59+00:00" }, { @@ -1945,6 +1946,7 @@ "plugin", "zf" ], + "abandoned": "laminas/laminas-component-installer", "time": "2018-01-11T15:03:06+00:00" }, { @@ -2005,6 +2007,7 @@ "config", "zf" ], + "abandoned": "laminas/laminas-config", "time": "2018-04-24T19:26:44+00:00" }, { @@ -2057,6 +2060,7 @@ "crypt", "zf" ], + "abandoned": "laminas/laminas-crypt", "time": "2018-04-24T22:01:58+00:00" }, { @@ -2102,6 +2106,7 @@ "escaper", "zf" ], + "abandoned": "laminas/laminas-escaper", "time": "2018-04-25T15:48:53+00:00" }, { @@ -2156,6 +2161,7 @@ "events", "zf2" ], + "abandoned": "laminas/laminas-eventmanager", "time": "2018-04-25T15:33:34+00:00" }, { @@ -2219,6 +2225,7 @@ "filter", "zf" ], + "abandoned": "laminas/laminas-filter", "time": "2018-04-11T16:20:04+00:00" }, { @@ -2297,6 +2304,7 @@ "form", "zf" ], + "abandoned": "laminas/laminas-form", "time": "2018-05-16T18:49:44+00:00" }, { @@ -2352,6 +2360,7 @@ "zend", "zf" ], + "abandoned": "laminas/laminas-http", "time": "2018-08-13T18:47:03+00:00" }, { @@ -2415,6 +2424,7 @@ "hydrator", "zf" ], + "abandoned": "laminas/laminas-hydrator", "time": "2018-04-30T21:22:14+00:00" }, { @@ -2483,6 +2493,7 @@ "i18n", "zf" ], + "abandoned": "laminas/laminas-i18n", "time": "2018-05-16T16:39:13+00:00" }, { @@ -2536,6 +2547,7 @@ "inputfilter", "zf" ], + "abandoned": "laminas/laminas-inputfilter", "time": "2018-05-14T17:38:03+00:00" }, { @@ -2586,6 +2598,7 @@ "json", "zf" ], + "abandoned": "laminas/laminas-json", "time": "2018-01-04T17:51:34+00:00" }, { @@ -2631,6 +2644,7 @@ "loader", "zf" ], + "abandoned": "laminas/laminas-loader", "time": "2018-04-30T15:20:54+00:00" }, { @@ -2693,6 +2707,7 @@ "mail", "zf" ], + "abandoned": "laminas/laminas-mail", "time": "2018-06-07T13:37:07+00:00" }, { @@ -2744,6 +2759,7 @@ "math", "zf" ], + "abandoned": "laminas/laminas-math", "time": "2018-07-10T19:00:33+00:00" }, { @@ -2795,6 +2811,7 @@ "mime", "zf" ], + "abandoned": "laminas/laminas-mime", "time": "2018-05-14T19:02:50+00:00" }, { @@ -2855,6 +2872,7 @@ "modulemanager", "zf" ], + "abandoned": "laminas/laminas-modulemanager", "time": "2017-12-02T06:11:18+00:00" }, { @@ -2927,11 +2945,23 @@ "mvc", "zf" ], + "abandoned": "laminas/laminas-mvc", "time": "2017-11-24T06:32:07+00:00" }, { "name": "zendframework/zend-mvc-form", "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-mvc-form.git", + "reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-mvc-form/zipball/28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0", + "reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0", + "shasum": "" + }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-code": "^2.6.3 || ^3.0.2", @@ -2958,6 +2988,7 @@ "mvc", "zf2" ], + "abandoned": "laminas/laminas-mvc-form", "time": "2016-06-07T18:34:07+00:00" }, { @@ -3016,6 +3047,7 @@ "mvc", "zf" ], + "abandoned": "laminas/laminas-mvc-plugin-fileprg", "time": "2018-04-30T20:02:13+00:00" }, { @@ -3072,6 +3104,7 @@ "mvc", "zf" ], + "abandoned": "laminas/laminas-mvc-plugin-flashmessenger", "time": "2018-04-30T18:47:56+00:00" }, { @@ -3127,6 +3160,7 @@ "mvc", "zf" ], + "abandoned": "laminas/laminas-mvc-plugin-identity", "time": "2018-04-30T19:50:13+00:00" }, { @@ -3181,11 +3215,23 @@ "mvc", "zf" ], + "abandoned": "laminas/laminas-mvc-plugin-prg", "time": "2018-04-30T19:54:38+00:00" }, { "name": "zendframework/zend-mvc-plugins", "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-mvc-plugins.git", + "reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-mvc-plugins/zipball/b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b", + "reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b", + "shasum": "" + }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-mvc-plugin-fileprg": "^1.0", @@ -3218,6 +3264,7 @@ "plugins", "zf2" ], + "abandoned": "laminas/laminas-mvc-plugins", "time": "2016-06-02T18:41:26+00:00" }, { @@ -3283,6 +3330,7 @@ "paginator", "zf2" ], + "abandoned": "laminas/laminas-paginator", "time": "2018-01-30T15:52:44+00:00" }, { @@ -3328,6 +3376,7 @@ "rbac", "zf2" ], + "abandoned": "laminas/laminas-permissions-rbac", "time": "2018-02-01T09:55:50+00:00" }, { @@ -3390,6 +3439,7 @@ "zend", "zf" ], + "abandoned": "laminas/laminas-router", "time": "2018-08-01T22:24:35+00:00" }, { @@ -3447,27 +3497,28 @@ "serializer", "zf" ], + "abandoned": "laminas/laminas-serializer", "time": "2018-05-14T18:45:18+00:00" }, { "name": "zendframework/zend-servicemanager", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-servicemanager.git", - "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42" + "reference": "a1ed6140d0d3ee803fec96582593ed024950067b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42", - "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42", + "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/a1ed6140d0d3ee803fec96582593ed024950067b", + "reference": "a1ed6140d0d3ee803fec96582593ed024950067b", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "php": "^5.6 || ^7.0", "psr/container": "^1.0", - "zendframework/zend-stdlib": "^3.1" + "zendframework/zend-stdlib": "^3.2.1" }, "provide": { "container-interop/container-interop-implementation": "^1.2", @@ -3515,7 +3566,8 @@ "servicemanager", "zf" ], - "time": "2018-01-29T16:48:37+00:00" + "abandoned": "laminas/laminas-servicemanager", + "time": "2018-12-22T06:05:09+00:00" }, { "name": "zendframework/zend-session", @@ -3582,6 +3634,7 @@ "session", "zf" ], + "abandoned": "laminas/laminas-session", "time": "2018-02-22T16:33:54+00:00" }, { @@ -3628,6 +3681,7 @@ "stdlib", "zf" ], + "abandoned": "laminas/laminas-stdlib", "time": "2018-08-28T21:34:05+00:00" }, { @@ -3675,6 +3729,7 @@ "uri", "zf" ], + "abandoned": "laminas/laminas-uri", "time": "2018-04-30T13:40:08+00:00" }, { @@ -3746,6 +3801,7 @@ "validator", "zf2" ], + "abandoned": "laminas/laminas-validator", "time": "2018-02-01T17:05:33+00:00" }, { @@ -3833,6 +3889,7 @@ "view", "zf2" ], + "abandoned": "laminas/laminas-view", "time": "2018-01-17T22:21:50+00:00" }, { @@ -3882,6 +3939,7 @@ "framework", "zf" ], + "abandoned": "laminas/laminas-development-mode", "time": "2018-05-07T15:44:42+00:00" } ], @@ -3898,5 +3956,6 @@ "ext-gd": "*", "ext-intl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }