mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
29 lines
872 B
JSON
29 lines
872 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ux-autocomplete": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\UX\\Autocomplete\\AutocompleteBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/ux_autocomplete.yaml": {
|
|
"contents": [
|
|
"ux_autocomplete:",
|
|
" resource: '@AutocompleteBundle/Resources/routes.php'",
|
|
" prefix: '/autocomplete'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f8fa49e4547904ab278c100564ae1102df774243"
|
|
}
|
|
}
|
|
}
|