Installed and used composer require knplabs/knp-time-bundle to render time since ship arrived at.

This commit is contained in:
Krzysztof Płaczek
2024-10-19 17:34:00 +02:00
parent c2998606b5
commit 6172d76b79
8 changed files with 208 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
{
"knplabs/knp-time-bundle": {
"version": "v2.4.0"
},
"php-cs-fixer/shim": {
"version": "3.64",
"recipe": {
@@ -129,6 +132,19 @@
"assets/controllers/hello_controller.js"
]
},
"symfony/translation": {
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.3",
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
},
"files": [
"config/packages/translation.yaml",
"translations/.gitignore"
]
},
"symfony/twig-bundle": {
"version": "7.1",
"recipe": {