mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01: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"
|
|
}
|
|
}
|