chore: Mettre à jour les dépendances Composer

feat: Supprimer redis-messenger

fix(workflows): Corriger la configuration des dépendances
This commit is contained in:
Serreau Jovann
2025-07-17 10:54:18 +02:00
parent fe8ea5b8c8
commit f2e54190c9
3 changed files with 2 additions and 70 deletions

View File

@@ -70,7 +70,7 @@ jobs:
env:
APP_ENV: test
MESSENGER_TRANSPORT_DSN: redis://redis:6379/messages
MESSENGER_TRANSPORT_DSN: doctrine://default?auto_setup=0
DATABASE_URL: postgres://your_db_user:app_db_test@postgres:5432/symfony_user?serverVersion=16&charset=utf8
steps:

View File

@@ -44,7 +44,6 @@
"symfony/process": "7.3.*",
"symfony/property-access": "7.3.*",
"symfony/property-info": "7.3.*",
"symfony/redis-messenger": "7.3.*",
"symfony/runtime": "7.3.*",
"symfony/security-bundle": "7.3.*",
"symfony/serializer": "7.3.*",

69
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": "5bd08f274d08102dfdcdfb9e59e7052b",
"content-hash": "b8542f5daf01c26d6b7aa9aa24c49b4e",
"packages": [
{
"name": "aws/aws-crt-php",
@@ -7925,73 +7925,6 @@
],
"time": "2024-09-26T08:57:56+00:00"
},
{
"name": "symfony/redis-messenger",
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
"reference": "076f7af6c500dacab7638186cef588c8690efc29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/076f7af6c500dacab7638186cef588c8690efc29",
"reference": "076f7af6c500dacab7638186cef588c8690efc29",
"shasum": ""
},
"require": {
"ext-redis": "*",
"php": ">=8.2",
"symfony/messenger": "^7.3"
},
"require-dev": {
"symfony/property-access": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.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.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-07T19:11:40+00:00"
},
{
"name": "symfony/routing",
"version": "v7.3.0",