From 37721d2e89a5b2ff6974c1ea0e65659295b38348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:16:09 +0000 Subject: [PATCH] Bump colinmollenhour/cache-backend-redis from 1.15.0 to 1.16.0 Bumps [colinmollenhour/cache-backend-redis](https://github.com/colinmollenhour/Cm_Cache_Backend_Redis) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/releases) - [Commits](https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/compare/1.15.0...1.16.0) --- updated-dependencies: - dependency-name: colinmollenhour/cache-backend-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 895bae67f88..2b921154d37 100644 --- a/composer.lock +++ b/composer.lock @@ -8,20 +8,25 @@ "packages": [ { "name": "colinmollenhour/cache-backend-redis", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis.git", - "reference": "841d59ef81b2eb9018e43fd9e8ae5b1adce3dc31" + "reference": "3fc3e9149097f67cded1c425088e37d7fa8083ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_Redis/zipball/841d59ef81b2eb9018e43fd9e8ae5b1adce3dc31", - "reference": "841d59ef81b2eb9018e43fd9e8ae5b1adce3dc31", + "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_Redis/zipball/3fc3e9149097f67cded1c425088e37d7fa8083ed", + "reference": "3fc3e9149097f67cded1c425088e37d7fa8083ed", "shasum": "" }, "require": { - "colinmollenhour/credis": "*" + "colinmollenhour/credis": "^1.14" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.4", + "phpunit/phpunit": "^9", + "zf1s/zend-cache": "~1.15" }, "type": "magento-module", "autoload": { @@ -42,9 +47,9 @@ "homepage": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis", "support": { "issues": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/issues", - "source": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/tree/1.15.0" + "source": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/tree/1.16.0" }, - "time": "2022-12-29T19:46:03+00:00" + "time": "2023-01-18T03:00:27+00:00" }, { "name": "colinmollenhour/credis",