Bump predis/predis from 1.1.10 to 2.0.3

Bumps [predis/predis](https://github.com/predis/predis) from 1.1.10 to 2.0.3.
- [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/v1.1.10...v2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-04 05:47:24 +00:00 committed by Kevin Decherf
parent 1ac421ea26
commit 679a710ea7
2 changed files with 16 additions and 11 deletions

View file

@ -100,7 +100,7 @@
"php-http/message": "^1.13", "php-http/message": "^1.13",
"php-http/message-factory": "^1.0", "php-http/message-factory": "^1.0",
"pragmarx/recovery": "^0.2.0", "pragmarx/recovery": "^0.2.0",
"predis/predis": "^1.1.3", "predis/predis": "^2.0.3",
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"psr/log": "^1.1", "psr/log": "^1.1",
"scheb/two-factor-bundle": "^4.11.0", "scheb/two-factor-bundle": "^4.11.0",

25
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "bfc1bcf08753d5584365faa038d7d83d", "content-hash": "e5c2882514fa196e705c3adfc178e1e5",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -7752,29 +7752,34 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v1.1.10", "version": "v2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/predis/predis.git", "url": "https://github.com/predis/predis.git",
"reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" "reference": "ff59f745815150c65ed388f7d64e7660fe961771"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "url": "https://api.github.com/repos/predis/predis/zipball/ff59f745815150c65ed388f7d64e7660fe961771",
"reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "reference": "ff59f745815150c65ed388f7d64e7660fe961771",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "^8.0 || ~9.4.4"
}, },
"suggest": { "suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.0-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Predis\\": "src/" "Predis\\": "src/"
@ -7797,7 +7802,7 @@
"role": "Maintainer" "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", "homepage": "http://github.com/predis/predis",
"keywords": [ "keywords": [
"nosql", "nosql",
@ -7806,7 +7811,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/predis/predis/issues", "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.0.3"
}, },
"funding": [ "funding": [
{ {
@ -7814,7 +7819,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-01-05T17:46:08+00:00" "time": "2022-10-11T16:52:29+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",