From 042a9a20c608e045dbddc18001c66a36ef644456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:22:42 +0000 Subject: [PATCH] build(deps): bump predis/predis from 2.4.1 to 3.4.2 Bumps [predis/predis](https://github.com/predis/predis) from 2.4.1 to 3.4.2. - [Release notes](https://github.com/predis/predis/releases) - [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md) - [Commits](https://github.com/predis/predis/compare/v2.4.1...v3.4.2) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 201d12ff..65ac4ec1 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "league/oauth2-client": "^2.6", "livewire/livewire": "^4.2", "maatwebsite/excel": "^3.1", - "predis/predis": "^2.0", + "predis/predis": "^3.4", "sentry/sentry-laravel": "^4.20.1", "spatie/laravel-activitylog": "^4.7", "spatie/laravel-ignition": "^2.0", diff --git a/composer.lock b/composer.lock index 67076ce6..67d8d413 100644 --- a/composer.lock +++ b/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": "aa809f011de5772582cecbf7da116039", + "content-hash": "2d6fb151d63fcf0c40a865d11a953b73", "packages": [ { "name": "aws/aws-crt-php", @@ -4626,26 +4626,27 @@ }, { "name": "predis/predis", - "version": "v2.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "07105e050622ed80bd60808367ced9e379f31530" + "reference": "2033429520d8997a7815a2485f56abe6d2d0e075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/07105e050622ed80bd60808367ced9e379f31530", - "reference": "07105e050622ed80bd60808367ced9e379f31530", + "url": "https://api.github.com/repos/predis/predis/zipball/2033429520d8997a7815a2485f56abe6d2d0e075", + "reference": "2033429520d8997a7815a2485f56abe6d2d0e075", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.0|^2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", "phpstan/phpstan": "^1.9", "phpunit/phpcov": "^6.0 || ^8.0", - "phpunit/phpunit": "^8.0 || ^9.4" + "phpunit/phpunit": "^8.0 || ~9.4.4" }, "suggest": { "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" @@ -4676,7 +4677,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.4.1" + "source": "https://github.com/predis/predis/tree/v3.4.2" }, "funding": [ { @@ -4684,7 +4685,7 @@ "type": "github" } ], - "time": "2025-11-12T18:00:11+00:00" + "time": "2026-03-09T20:33:04+00:00" }, { "name": "psr/clock",