WIP: Upgrade skeleton to symfony 5 #18

Draft
julienfastre wants to merge 46 commits from upgrade-sf5 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d2717b0875 - Show all commits

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 ###

View File

@ -591,7 +591,7 @@
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.4",
"ref": "dfe610928a5c61619bdfc830cd7fa7f091368023"
"ref": "8bd5f27013fb1d7217191c548e340f0bdb11912c"
},
"files": [
"config/packages/messenger.yaml"