fix: ajouter symfony/redis-messenger (transport async Redis manquant)

This commit is contained in:
Gwadaking
2026-04-14 01:10:41 -04:00
parent 15575e7de3
commit d3a17ff210
2 changed files with 78 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
"symfony/property-access": "7.4.*",
"symfony/property-info": "7.4.*",
"symfony/rate-limiter": "7.4.*",
"symfony/redis-messenger": "7.4.*",
"symfony/runtime": "7.4.*",
"symfony/scheduler": "7.4.*",
"symfony/security-bundle": "7.4.*",

78
backend/composer.lock generated
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": "10507a1e6c3ce588dfb7cc47df79e7e2",
"content-hash": "391624b5a53f48007cffbbbb82d7b6e8",
"packages": [
{
"name": "api-platform/doctrine-common",
@@ -6981,6 +6981,82 @@
],
"time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/redis-messenger",
"version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
"reference": "946220749f8388e6fdaf2ed842da2400605f8447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/946220749f8388e6fdaf2ed842da2400605f8447",
"reference": "946220749f8388e6fdaf2ed842da2400605f8447",
"shasum": ""
},
"require": {
"ext-redis": "*",
"php": ">=8.2",
"symfony/messenger": "^7.3|^8.0"
},
"conflict": {
"ext-redis": "<6.1",
"ext-relay": "<0.12"
},
"require-dev": {
"symfony/property-access": "^6.4|^7.0|^8.0",
"symfony/serializer": "^6.4|^7.0|^8.0",
"symfony/var-dumper": "^6.4|^7.0|^8.0"
},
"type": "symfony-messenger-bridge",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\Bridge\\Redis\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/redis-messenger/tree/v7.4.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2026-03-17T13:25:29+00:00"
},
{
"name": "symfony/routing",
"version": "v7.4.8",