feat: Add doctrine-diagram recipe (#1587)

* feat: Add doctrine-diagram recipe

* Empty-Commit

* Empty-Commit

* fret: Update version number
This commit is contained in:
Jawira Portugal
2024-01-15 09:17:11 +01:00
committed by GitHub
parent e454af7438
commit 90b3d7b7f3
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# https://github.com/jawira/doctrine-diagram-bundle
doctrine_diagram:
size: midi
filename: database
format: svg

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Jawira\\DoctrineDiagramBundle\\DoctrineDiagramBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}