[Scummvm-git-logs] scummvm-web master -> 41773a043ce8a31889a853ef3b736c521a13ba26

lephilousophe noreply at scummvm.org
Sat May 31 12:11:05 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .

Summary:
41773a043c Bump predis/predis from 2.4.0 to 3.0.1


Commit: 41773a043ce8a31889a853ef3b736c521a13ba26
    https://github.com/scummvm/scummvm-web/commit/41773a043ce8a31889a853ef3b736c521a13ba26
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2025-05-31T14:11:02+02:00

Commit Message:
Bump predis/predis from 2.4.0 to 3.0.1

Bumps [predis/predis](https://github.com/predis/predis) from 2.4.0 to 3.0.1.
- [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.0...v3.0.1)

---
updated-dependencies:
- dependency-name: predis/predis
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support at github.com>

Changed paths:
    composer.json
    composer.lock


diff --git a/composer.json b/composer.json
index 3a05909c..79226e1a 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
     "phpfastcache/phpfastcache": "^9.1",
     "league/csv": "^9.20",
     "symfony/yaml": "^7.2",
-    "predis/predis": "^2.3",
+    "predis/predis": "^3.0",
     "guzzlehttp/guzzle": "^7.9",
     "propel/propel": "~2.0 at dev"
   },
diff --git a/composer.lock b/composer.lock
index 05dcce91..695c1d6e 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": "148fb5208bffeb4d365300e0f430cb22",
+    "content-hash": "811c7344d5cab87d9f960492d19047a8",
     "packages": [
         {
             "name": "altorouter/altorouter",
@@ -849,26 +849,27 @@
         },
         {
             "name": "predis/predis",
-            "version": "v2.4.0",
+            "version": "v3.0.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/predis/predis.git",
-                "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b"
+                "reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b",
-                "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b",
+                "url": "https://api.github.com/repos/predis/predis/zipball/34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
+                "reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
                 "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)"
@@ -899,7 +900,7 @@
             ],
             "support": {
                 "issues": "https://github.com/predis/predis/issues",
-                "source": "https://github.com/predis/predis/tree/v2.4.0"
+                "source": "https://github.com/predis/predis/tree/v3.0.1"
             },
             "funding": [
                 {
@@ -907,7 +908,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2025-04-30T15:16:02+00:00"
+            "time": "2025-05-16T18:30:32+00:00"
         },
         {
             "name": "propel/propel",




More information about the Scummvm-git-logs mailing list