{ "manifests": { "prooph/event-store-symfony-bundle": { "manifest": { "bundles": { "Prooph\\Bundle\\EventStore\\ProophEventStoreBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "files": { "config/packages/prooph_event_store.yaml": { "contents": [ "prooph_event_store:", " stores:", " default:", " event_store: 'app.event_store.default'", "", "services:", " _defaults:", " public: false", "", " Prooph\\EventStore\\EventStore: '@prooph_event_store.default'", " Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null", "" ], "executable": false } }, "ref": "3c725fadc54050832fa1073bc16a6c51df68fca8" } } }