mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"bundles": {
|
|
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
|
|
},
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
}
|
|
}
|