[Scummvm-git-logs] scummvm-web dependabot/composer/predis/predis-2.1.2 -> ed7fafbd63fe30eba7c510c7da94097cc7aba62c

ScummVM git noreply at scummvm.org
Wed Apr 26 22:50:03 UTC 2023


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

Summary:
ed7fafbd63 Bump predis/predis from 1.1.10 to 2.1.2


Commit: ed7fafbd63fe30eba7c510c7da94097cc7aba62c
    https://github.com/scummvm/scummvm-web/commit/ed7fafbd63fe30eba7c510c7da94097cc7aba62c
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2023-04-26T22:50:00Z

Commit Message:
Bump predis/predis from 1.1.10 to 2.1.2

Bumps [predis/predis](https://github.com/predis/predis) from 1.1.10 to 2.1.2.
- [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.1.2)

---
updated-dependencies:
- dependency-name: predis/predis
  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 3d9808a3..e19a4959 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
     "phpfastcache/phpfastcache": "^8.0",
     "league/csv": "^9.6",
     "symfony/yaml": "^6.2",
-    "predis/predis": "^1.1",
+    "predis/predis": "^2.1",
     "guzzlehttp/guzzle": "^7.2",
     "propel/propel": "~2.0 at dev"
   },
diff --git a/composer.lock b/composer.lock
index 0353621b..6f4baa12 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": "59d9f3b5e07be7bd8a55beb7b3f41009",
+    "content-hash": "525f9eeebcda88e575e16a5bdb7c23c2",
     "packages": [
         {
             "name": "altorouter/altorouter",
@@ -831,27 +831,25 @@
         },
         {
             "name": "predis/predis",
-            "version": "v1.1.10",
+            "version": "v2.1.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/predis/predis.git",
-                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
+                "reference": "a77a43913a74f9331f637bb12867eb8e274814e5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
-                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
+                "url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5",
+                "reference": "a77a43913a74f9331f637bb12867eb8e274814e5",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.9"
+                "php": "^7.2 || ^8.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "~4.8"
-            },
-            "suggest": {
-                "ext-curl": "Allows access to Webdis when paired with phpiredis",
-                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
+                "friendsofphp/php-cs-fixer": "^3.3",
+                "phpstan/phpstan": "^1.9",
+                "phpunit/phpunit": "^8.0 || ~9.4.4"
             },
             "type": "library",
             "autoload": {
@@ -864,19 +862,13 @@
                 "MIT"
             ],
             "authors": [
-                {
-                    "name": "Daniele Alessandri",
-                    "email": "suppakilla at 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",
@@ -885,7 +877,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.1.2"
             },
             "funding": [
                 {
@@ -893,7 +885,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2022-01-05T17:46:08+00:00"
+            "time": "2023-03-02T18:32:04+00:00"
         },
         {
             "name": "propel/propel",




More information about the Scummvm-git-logs mailing list