Skip to content

Commit

Permalink
Enable doctrine-bundle in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wedrix committed Nov 11, 2023
1 parent 77d7d82 commit 0a64818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion wedrix/watchtower-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"bundles": {
"Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": ["all"]
"Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": ["all"],
"Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down
3 changes: 2 additions & 1 deletion wedrix/watchtower-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"bundles": {
"Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": ["all"]
"Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": ["all"],
"Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down

0 comments on commit 0a64818

Please sign in to comment.