add sulu/sylius-producer-plugin recipe

This commit is contained in:
Johannes Wachter
2021-04-22 08:42:37 +02:00
parent 777716b47c
commit 5dbd571338
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
imports:
- { resource: "@SuluSyliusProducerPlugin/Resources/config/app/config.yaml" }
framework:
messenger:
transports:
sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Sulu\\Bundle\\SyliusProducerPlugin\\SuluSyliusProducerPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SULU_SYLIUS_MESSENGER_TRANSPORT_DSN": ""
}
}