mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
* add pentatrion/upload-bundle * improve doc * fix form dependency * add doctrine annotations dependency * remove symfony 4 compatibility * configure routing with yaml file * remove default configuration * update yaml indentation
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"bundles": {
|
|
"Pentatrion\\UploadBundle\\PentatrionUploadBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|