From 8dd20cb71f40578016d9868f09bc7dfc7fd45147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:52:20 +0000 Subject: [PATCH] Bump predis/predis in /sourcecode/apis/contentauthor Bumps [predis/predis](https://github.com/predis/predis) from 1.1.10 to 2.3.0. - [Release notes](https://github.com/predis/predis/releases) - [Changelog](https://github.com/predis/predis/blob/v2.x/CHANGELOG.md) - [Commits](https://github.com/predis/predis/compare/v1.1.10...v2.3.0) --- updated-dependencies: - dependency-name: predis/predis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sourcecode/apis/contentauthor/composer.json | 2 +- sourcecode/apis/contentauthor/composer.lock | 31 +++++++++------------ 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/sourcecode/apis/contentauthor/composer.json b/sourcecode/apis/contentauthor/composer.json index 7003281a7..d0a44f18a 100644 --- a/sourcecode/apis/contentauthor/composer.json +++ b/sourcecode/apis/contentauthor/composer.json @@ -35,7 +35,7 @@ "league/mime-type-detection": "^1.16", "masterminds/html5": "^2.9", "matthiasmullie/minify": "^1.3.73", - "predis/predis": "^1.1.10", + "predis/predis": "^2.3.0", "ramsey/uuid": "^4.7.6", "spatie/laravel-ignition": "^1.7.0", "symfony/cache": "^6.4.16", diff --git a/sourcecode/apis/contentauthor/composer.lock b/sourcecode/apis/contentauthor/composer.lock index c883f1a7b..958fef8c5 100644 --- a/sourcecode/apis/contentauthor/composer.lock +++ b/sourcecode/apis/contentauthor/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": "cf3bf9d3b63972a833cff71dd6e5f81a", + "content-hash": "8b998e06626ceec2c5e9f4fbb4d0b51c", "packages": [ { "name": "auth0/auth0-php", @@ -4495,27 +4495,28 @@ }, { "name": "predis/predis", - "version": "v1.1.10", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" + "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", + "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9", + "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^8.0 || ^9.4" }, "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" }, "type": "library", "autoload": { @@ -4528,19 +4529,13 @@ "MIT" ], "authors": [ - { - "name": "Daniele Alessandri", - "email": "suppakilla@gmail.com", - "homepage": "http://clorophilla.net", - "role": "Creator & Maintainer" - }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], - "description": "Flexible and feature-complete Redis client for PHP and HHVM", + "description": "A flexible and feature-complete Redis client for PHP.", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", @@ -4549,7 +4544,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v1.1.10" + "source": "https://github.com/predis/predis/tree/v2.3.0" }, "funding": [ { @@ -4557,7 +4552,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2024-11-21T20:00:02+00:00" }, { "name": "psr-discovery/all",