From 1d495c0ad03bf1d02d005be0b478972158a9ba18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Mon, 19 Mar 2018 12:07:09 +0100 Subject: [PATCH] Register ProophServiceBusBundle --- prooph/service-bus-symfony-bundle/0.6/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prooph/service-bus-symfony-bundle/0.6/manifest.json b/prooph/service-bus-symfony-bundle/0.6/manifest.json index e164c6e6..f32f1893 100644 --- a/prooph/service-bus-symfony-bundle/0.6/manifest.json +++ b/prooph/service-bus-symfony-bundle/0.6/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Prooph\\Bundle\\ServiceBus\\ProophServiceBusBundle": ["all"] + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }