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

ScummVM git noreply at scummvm.org
Fri May 5 23:44:38 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:
93f545ea6f Bump predis/predis from 1.1.10 to 2.1.2


Commit: 93f545ea6f16379725d7cb151fecf468d1309e4c
    https://github.com/scummvm/scummvm-web/commit/93f545ea6f16379725d7cb151fecf468d1309e4c
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2023-05-05T23:44:36Z

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 3b2a3adc..3ad138f0 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
     "phpfastcache/phpfastcache": "^9.1",
     "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 60ffff76..f44a8bb9 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": "6d527b36eb3d7167066334a7a4c21900",
+    "content-hash": "523608b05f8b9f064ca2e688fda9b159",
     "packages": [
         {
             "name": "altorouter/altorouter",
@@ -840,27 +840,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": {
@@ -873,19 +871,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",
@@ -894,7 +886,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": [
                 {
@@ -902,7 +894,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