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@github.com>
This commit is contained in:
dependabot[bot]
2023-03-10 19:56:27 +00:00
committed by GitHub
parent b9b1028ff0
commit 30645df6f3
2 changed files with 14 additions and 22 deletions
Executable → Regular
+1 -1
View File
@@ -93,7 +93,7 @@
"php-http/guzzle7-adapter": "^0.1",
"php-http/message": "^1.6",
"pragmarx/google2fa-laravel": "^v2.0.0",
"predis/predis": "^1.1",
"predis/predis": "^2.1",
"propaganistas/laravel-disposable-email": "^2.0",
"ramsey/uuid": "^4.0",
"sentry/sentry-laravel": "^3.0",
Generated
+13 -21
View File
@@ -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": "cd03a10be64108f119330be0b5aef97b",
"content-hash": "b8e926f52839e2e3944c581a92c024f3",
"packages": [
{
"name": "aharen/omdbapi",
@@ -7692,27 +7692,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": {
@@ -7725,19 +7723,13 @@
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@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",
@@ -7746,7 +7738,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": [
{
@@ -7754,7 +7746,7 @@
"type": "github"
}
],
"time": "2022-01-05T17:46:08+00:00"
"time": "2023-03-02T18:32:04+00:00"
},
{
"name": "propaganistas/laravel-disposable-email",
@@ -18152,5 +18144,5 @@
"ext-zlib": "*"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}