build(deps): bump clue/redis-react from 2.6.0 to 2.8.0

Bumps [clue/redis-react](https://github.com/clue/reactphp-redis) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/clue/reactphp-redis/releases)
- [Changelog](https://github.com/clue/reactphp-redis/blob/v2.8.0/CHANGELOG.md)
- [Commits](https://github.com/clue/reactphp-redis/compare/v2.6.0...v2.8.0)

---
updated-dependencies:
- dependency-name: clue/redis-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 03:02:59 +00:00 committed by Johannes Meyer
parent 2cb7b445bc
commit 3a9e74ef58

78
composer.lock generated
View File

@ -348,25 +348,28 @@
}, },
{ {
"name": "clue/redis-protocol", "name": "clue/redis-protocol",
"version": "v0.3.1", "version": "v0.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/clue/php-redis-protocol.git", "url": "https://github.com/clue/redis-protocol.git",
"reference": "271b8009887209d930f613ad3b9518f94bd6b51c" "reference": "6f565332f5531b7722d1e9c445314b91862f6d6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/clue/php-redis-protocol/zipball/271b8009887209d930f613ad3b9518f94bd6b51c", "url": "https://api.github.com/repos/clue/redis-protocol/zipball/6f565332f5531b7722d1e9c445314b91862f6d6c",
"reference": "271b8009887209d930f613ad3b9518f94bd6b51c", "reference": "6f565332f5531b7722d1e9c445314b91862f6d6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.3"
}, },
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Clue\\Redis\\Protocol": "src" "Clue\\Redis\\Protocol\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -379,47 +382,58 @@
"email": "christian@lueck.tv" "email": "christian@lueck.tv"
} }
], ],
"description": "A streaming redis wire protocol parser and serializer implementation in PHP", "description": "A streaming Redis protocol (RESP) parser and serializer written in pure PHP.",
"homepage": "https://github.com/clue/php-redis-protocol", "homepage": "https://github.com/clue/redis-protocol",
"keywords": [ "keywords": [
"parser", "parser",
"protocol", "protocol",
"redis", "redis",
"resp",
"serializer", "serializer",
"streaming" "streaming"
], ],
"support": { "support": {
"issues": "https://github.com/clue/php-redis-protocol/issues", "issues": "https://github.com/clue/redis-protocol/issues",
"source": "https://github.com/clue/php-redis-protocol/tree/v0.3.1" "source": "https://github.com/clue/redis-protocol/tree/v0.3.2"
}, },
"time": "2017-06-06T16:07:10+00:00" "funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2024-08-07T11:06:28+00:00"
}, },
{ {
"name": "clue/redis-react", "name": "clue/redis-react",
"version": "v2.6.0", "version": "v2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/clue/reactphp-redis.git", "url": "https://github.com/clue/reactphp-redis.git",
"reference": "f911455f9d7a77dd6f39c22548ddff521544b291" "reference": "84569198dfd5564977d2ae6a32de4beb5a24bdca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/clue/reactphp-redis/zipball/f911455f9d7a77dd6f39c22548ddff521544b291", "url": "https://api.github.com/repos/clue/reactphp-redis/zipball/84569198dfd5564977d2ae6a32de4beb5a24bdca",
"reference": "f911455f9d7a77dd6f39c22548ddff521544b291", "reference": "84569198dfd5564977d2ae6a32de4beb5a24bdca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"clue/redis-protocol": "0.3.*", "clue/redis-protocol": "^0.3.2",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0", "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3", "php": ">=5.3",
"react/event-loop": "^1.2", "react/event-loop": "^1.2",
"react/promise": "^2.0 || ^1.1", "react/promise": "^3.2 || ^2.0 || ^1.1",
"react/promise-timer": "^1.8", "react/promise-timer": "^1.11",
"react/socket": "^1.9" "react/socket": "^1.16"
}, },
"require-dev": { "require-dev": {
"clue/block-react": "^1.1", "clue/block-react": "^1.5",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -448,7 +462,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/clue/reactphp-redis/issues", "issues": "https://github.com/clue/reactphp-redis/issues",
"source": "https://github.com/clue/reactphp-redis/tree/v2.6.0" "source": "https://github.com/clue/reactphp-redis/tree/v2.8.0"
}, },
"funding": [ "funding": [
{ {
@ -460,7 +474,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-09T09:50:02+00:00" "time": "2025-01-03T16:18:33+00:00"
}, },
{ {
"name": "clue/soap-react", "name": "clue/soap-react",
@ -3249,25 +3263,25 @@
}, },
{ {
"name": "react/promise-timer", "name": "react/promise-timer",
"version": "v1.10.0", "version": "v1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/promise-timer.git", "url": "https://github.com/reactphp/promise-timer.git",
"reference": "4cb85c1c2125390748e3908120bb82feb99fe766" "reference": "4f70306ed66b8b44768941ca7f142092600fafc1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/4cb85c1c2125390748e3908120bb82feb99fe766", "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/4f70306ed66b8b44768941ca7f142092600fafc1",
"reference": "4cb85c1c2125390748e3908120bb82feb99fe766", "reference": "4f70306ed66b8b44768941ca7f142092600fafc1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3", "php": ">=5.3",
"react/event-loop": "^1.2", "react/event-loop": "^1.2",
"react/promise": "^3.0 || ^2.7.0 || ^1.2.1" "react/promise": "^3.2 || ^2.7.0 || ^1.2.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3316,7 +3330,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/reactphp/promise-timer/issues", "issues": "https://github.com/reactphp/promise-timer/issues",
"source": "https://github.com/reactphp/promise-timer/tree/v1.10.0" "source": "https://github.com/reactphp/promise-timer/tree/v1.11.0"
}, },
"funding": [ "funding": [
{ {
@ -3324,7 +3338,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-07-20T15:40:28+00:00" "time": "2024-06-04T14:27:45+00:00"
}, },
{ {
"name": "react/socket", "name": "react/socket",