mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\UX\\Translator\\UxTranslatorBundle": ["all"]
|
|
},
|
|
"conflict": {
|
|
"symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0"
|
|
},
|
|
"copy-from-recipe": {
|
|
"assets/": "assets/",
|
|
"config/": "%CONFIG_DIR%/",
|
|
"var/": "var/"
|
|
}
|
|
}
|