mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
25 lines
775 B
JSON
25 lines
775 B
JSON
{
|
|
"manifests": {
|
|
"jawira/case-converter-twig": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/case_converter_twig.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" jawira.case.converter.twig:",
|
|
" class: Jawira\\CaseConverterTwig\\CaseConverterExtension",
|
|
" tags: ['twig.extension']",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "aa886497cfde343cc978ea1687abc383219ebce8"
|
|
}
|
|
}
|
|
}
|