messenger

This commit is contained in:
tracer 2022-05-11 14:48:57 +02:00
parent c84ec14cb5
commit e27c93c5c0
2 changed files with 11 additions and 3 deletions

View File

@ -22,3 +22,11 @@ framework:
# Route your messages to the transports # Route your messages to the transports
# 'App\Message\YourMessage': async # 'App\Message\YourMessage': async
# when@test:
# framework:
# messenger:
# transports:
# # replace with your transport name here (e.g., my_transport: 'in-memory://')
# # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
# async: 'in-memory://'

View File

@ -348,9 +348,9 @@
"version": "6.0", "version": "6.0",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "4.3", "version": "6.0",
"ref": "25e3c964d3aee480b3acc3114ffb7940c89edfed" "ref": "2523f7d31488903e247a522e760dc279be7f7aaf"
}, },
"files": [ "files": [
"config/packages/messenger.yaml" "config/packages/messenger.yaml"