From f41807147211242ff403db929856c9256c7b4d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Wed, 21 Mar 2018 16:22:43 +0100 Subject: [PATCH] Fixed malformed bundle FQCN --- prooph/pdo-event-sourcing-pack/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prooph/pdo-event-sourcing-pack/1.0/manifest.json b/prooph/pdo-event-sourcing-pack/1.0/manifest.json index ac9ec3da..05e57a39 100644 --- a/prooph/pdo-event-sourcing-pack/1.0/manifest.json +++ b/prooph/pdo-event-sourcing-pack/1.0/manifest.json @@ -1,7 +1,7 @@ { "bundles": { "Prooph\\Bundle\\ServiceBus\\ProophServiceBusBundle": ["all"], - "Prooph\Bundle\EventStore\ProophEventStoreBundle": ["all"] + "Prooph\\Bundle\\EventStore\\ProophEventStoreBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/",