mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
27 lines
858 B
JSON
27 lines
858 B
JSON
{
|
|
"manifests": {
|
|
"ravenflux/sort-functions": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ravenflux_sort_functions.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" ravenflux.twig.extension.sort_functions:",
|
|
" class: RavenFlux\\Twig\\SortExtension",
|
|
" tags:",
|
|
" -",
|
|
" name: twig.extension",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f9f2364faad231fc2150b9f69c2f696c371ed19e"
|
|
}
|
|
}
|
|
}
|