Use localizeddate for showing date information in templates.

This commit is contained in:
Jan Böhmer 2019-03-05 14:23:38 +01:00
parent af5a7f8986
commit b090f1b716
7 changed files with 86 additions and 4 deletions

View file

@ -24,7 +24,9 @@
"symfony/validator": "4.2.*",
"symfony/web-link": "4.2.*",
"symfony/webpack-encore-bundle": "^1.1",
"symfony/yaml": "4.2.*"
"symfony/yaml": "4.2.*",
"twig/extensions": "^1.5",
"webmozart/assert": "^1.4"
},
"require-dev": {
"symfony/debug-pack": "*",