mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"ravenflux/php-functions": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ravenflux_php_functions.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" ravenflux.twig.extension.php_functions:",
|
|
" class: RavenFlux\\Twig\\PhpFunctionsExtension",
|
|
" arguments:",
|
|
" - #first argument are functions",
|
|
" - 'count'",
|
|
" - #second argument are filters",
|
|
" - 'nl2br'",
|
|
" tags:",
|
|
" -",
|
|
" name: twig.extension",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d61d276d2ada16fe5eae449f0b0995851acb47cd"
|
|
}
|
|
}
|
|
}
|