mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"bundles": {
|
|
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
|
|
},
|
|
"conflict": {
|
|
"doctrine/persistence": "<2.0",
|
|
"symfony/framework-bundle": "<6.4"
|
|
},
|
|
"aliases": ["foundry"]
|
|
}
|