mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Bump predis/predis from 2.4.0 to 3.0.0
Bumps [predis/predis](https://github.com/predis/predis) from 2.4.0 to 3.0.0. - [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/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@
|
||||
"php-http/guzzle7-adapter": "^1.1",
|
||||
"php-http/message": "^1.16",
|
||||
"pragmarx/google2fa-laravel": "^2.3",
|
||||
"predis/predis": "^2.3",
|
||||
"predis/predis": "^3.0",
|
||||
"propaganistas/laravel-disposable-email": "^2.4",
|
||||
"riari/laravel-forum": "^7.0",
|
||||
"sentry/sentry-laravel": "^4.13",
|
||||
|
||||
Generated
+12
-11
@@ -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": "32bc7137edb3722892750a12718cec6f",
|
||||
"content-hash": "2fd1c069bf35d1c44fd1c6c4fef48f5a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aharen/omdbapi",
|
||||
@@ -7941,26 +7941,27 @@
|
||||
},
|
||||
{
|
||||
"name": "predis/predis",
|
||||
"version": "v2.4.0",
|
||||
"version": "v3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/predis/predis.git",
|
||||
"reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b"
|
||||
"reference": "7d86f7afb37940bfc7aaa2909147616881377667"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b",
|
||||
"reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b",
|
||||
"url": "https://api.github.com/repos/predis/predis/zipball/7d86f7afb37940bfc7aaa2909147616881377667",
|
||||
"reference": "7d86f7afb37940bfc7aaa2909147616881377667",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0"
|
||||
"php": "^7.2 || ^8.0",
|
||||
"psr/http-message": "^1.0|^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.3",
|
||||
"phpstan/phpstan": "^1.9",
|
||||
"phpunit/phpcov": "^6.0 || ^8.0",
|
||||
"phpunit/phpunit": "^8.0 || ^9.4"
|
||||
"phpunit/phpunit": "^8.0 || ~9.4.4"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
|
||||
@@ -7991,7 +7992,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/predis/predis/issues",
|
||||
"source": "https://github.com/predis/predis/tree/v2.4.0"
|
||||
"source": "https://github.com/predis/predis/tree/v3.0.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -7999,7 +8000,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-04-30T15:16:02+00:00"
|
||||
"time": "2025-05-02T23:18:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "propaganistas/laravel-disposable-email",
|
||||
@@ -18962,6 +18963,6 @@
|
||||
"ext-xmlwriter": "*",
|
||||
"ext-zlib": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user