Files
symfony-flex-recipes-contrib/ravenflux.php-functions.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}