Add: oskarstark/readable-filesize-extension

This commit is contained in:
Oskar Stark
2021-03-19 13:14:52 +01:00
parent 8a0d783bde
commit 42b1753416
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,6 @@
services:
_defaults:
autowire: true
OskarStark\Twig\ReadableFilesizeExtension:
tags: ['twig.extension']
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}