From b5711fb3106731e2f87c9efa535a7f00120cc606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Tue, 20 Mar 2018 19:00:58 +0100 Subject: [PATCH] Added empty command directory --- prooph/service-bus-symfony-bundle/0.6/manifest.json | 3 ++- .../0.6/src/Messaging/Command/.gitignore | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 prooph/service-bus-symfony-bundle/0.6/src/Messaging/Command/.gitignore diff --git a/prooph/service-bus-symfony-bundle/0.6/manifest.json b/prooph/service-bus-symfony-bundle/0.6/manifest.json index f32f1893..9fe441ec 100644 --- a/prooph/service-bus-symfony-bundle/0.6/manifest.json +++ b/prooph/service-bus-symfony-bundle/0.6/manifest.json @@ -3,6 +3,7 @@ "Prooph\\Bundle\\ServiceBus\\ProophServiceBusBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" } } diff --git a/prooph/service-bus-symfony-bundle/0.6/src/Messaging/Command/.gitignore b/prooph/service-bus-symfony-bundle/0.6/src/Messaging/Command/.gitignore new file mode 100644 index 00000000..e69de29b