mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Bump predis/predis from 2.3.0 to 3.0.1
Bumps [predis/predis](https://github.com/predis/predis) from 2.3.0 to 3.0.1. - [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.3.0...v3.0.1) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8fd5a5273d
commit
df344c4afa
2 changed files with 15 additions and 13 deletions
|
@ -99,7 +99,7 @@
|
||||||
"php-amqplib/php-amqplib": "^3.7.3",
|
"php-amqplib/php-amqplib": "^3.7.3",
|
||||||
"php-amqplib/rabbitmq-bundle": "^2.17.3",
|
"php-amqplib/rabbitmq-bundle": "^2.17.3",
|
||||||
"pragmarx/recovery": "^0.2.1",
|
"pragmarx/recovery": "^0.2.1",
|
||||||
"predis/predis": "^2.3.0",
|
"predis/predis": "^3.0.1",
|
||||||
"psr/http-client": "^1.0.3",
|
"psr/http-client": "^1.0.3",
|
||||||
"psr/http-factory": "^1.1.0",
|
"psr/http-factory": "^1.1.0",
|
||||||
"psr/http-message": "^2.0",
|
"psr/http-message": "^2.0",
|
||||||
|
|
26
composer.lock
generated
26
composer.lock
generated
|
@ -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": "8a12584ee6ea6887963779b321b4860e",
|
"content-hash": "91bc2a5227eb7a1519278ee7c7bdf781",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
@ -7007,25 +7007,27 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "predis/predis",
|
"name": "predis/predis",
|
||||||
"version": "v2.3.0",
|
"version": "v3.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/predis/predis.git",
|
"url": "https://github.com/predis/predis.git",
|
||||||
"reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9"
|
"reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
|
"url": "https://api.github.com/repos/predis/predis/zipball/34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
|
||||||
"reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
|
"reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2 || ^8.0"
|
"php": "^7.2 || ^8.0",
|
||||||
|
"psr/http-message": "^1.0|^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.3",
|
"friendsofphp/php-cs-fixer": "^3.3",
|
||||||
"phpstan/phpstan": "^1.9",
|
"phpstan/phpstan": "^1.9",
|
||||||
"phpunit/phpunit": "^8.0 || ^9.4"
|
"phpunit/phpcov": "^6.0 || ^8.0",
|
||||||
|
"phpunit/phpunit": "^8.0 || ~9.4.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
|
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
|
||||||
|
@ -7047,7 +7049,7 @@
|
||||||
"role": "Maintainer"
|
"role": "Maintainer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A flexible and feature-complete Redis client for PHP.",
|
"description": "A flexible and feature-complete Redis/Valkey client for PHP.",
|
||||||
"homepage": "http://github.com/predis/predis",
|
"homepage": "http://github.com/predis/predis",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nosql",
|
"nosql",
|
||||||
|
@ -7056,7 +7058,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/predis/predis/issues",
|
"issues": "https://github.com/predis/predis/issues",
|
||||||
"source": "https://github.com/predis/predis/tree/v2.3.0"
|
"source": "https://github.com/predis/predis/tree/v3.0.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7064,7 +7066,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-11-21T20:00:02+00:00"
|
"time": "2025-05-16T18:30:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/cache",
|
"name": "psr/cache",
|
||||||
|
@ -19449,6 +19451,6 @@
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"ext-xml": "*"
|
"ext-xml": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue