[Scummvm-git-logs] scummvm-web dependabot/composer/predis/predis-2.1.2 -> 40f3e46c1654dbe70f2ea3e42d10a645915faffb
ScummVM git
noreply at scummvm.org
Mon Apr 17 14:12:21 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:
40f3e46c16 Bump predis/predis from 1.1.10 to 2.1.2
Commit: 40f3e46c1654dbe70f2ea3e42d10a645915faffb
https://github.com/scummvm/scummvm-web/commit/40f3e46c1654dbe70f2ea3e42d10a645915faffb
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2023-04-17T14:12:18Z
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 fcfe0a98..adea56fc 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"phpfastcache/phpfastcache": "^8.0",
"league/csv": "^9.6",
"symfony/yaml": "^5.1",
- "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 2f1818d8..1d0f61d3 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": "5e070230fea714d665cad6f43909bd78",
+ "content-hash": "d07f43801ce0052abbc80f14f4dc684a",
"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