mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Fixed malformed bundle FQCN
This commit is contained in:
@@ -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%/",
|
||||
|
||||
Reference in New Issue
Block a user