mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
27 lines
851 B
JSON
27 lines
851 B
JSON
{
|
|
"manifests": {
|
|
"oskarstark/readable-filesize-extension": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/oskarstark_readable_filesize_extension.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" _defaults:",
|
|
" autowire: true",
|
|
"",
|
|
" OskarStark\\Twig\\ReadableFilesizeExtension:",
|
|
" tags: ['twig.extension']",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "39befdbade7c9859628534df1e18cc15a78b7b3c"
|
|
}
|
|
}
|
|
}
|