Installed twig with composer require twig command.

This commit is contained in:
Krzysztof Płaczek
2024-10-17 11:49:31 +02:00
parent 718855aaf6
commit cd62d1c0f7
6 changed files with 456 additions and 4 deletions

View File

@@ -66,5 +66,21 @@
"config/packages/routing.yaml",
"config/routes.yaml"
]
},
"symfony/twig-bundle": {
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.4",
"ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
},
"files": [
"config/packages/twig.yaml",
"templates/base.html.twig"
]
},
"twig/extra-bundle": {
"version": "v3.13.0"
}
}