Upgrade recipes: symfony/messenger

This commit is contained in:
2023-09-06 12:06:08 +02:00
parent cda9ecc8ec
commit d2717b0875
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -74,10 +74,10 @@ SHORT_MESSAGE_DSN=null://null
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=sync://
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###
###> doctrine/doctrine-bundle ###