8000 Update Symfony to fix this bug: https://github.com/symfony/symfony/pu… · svetlana-gor/symfony-demo-app@c9ccfc0 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c9ccfc0

Browse files
committed
Update Symfony to fix this bug: symfony/symfony#42019
1 parent 7ee16b9 commit c9ccfc0

File tree

3 files changed

+875
-986
lines changed

3 files changed

+875
-986
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
"symfony/security-bundle": "^5.3",
3535
"symfony/string": "^5.3",
3636
"symfony/translation": "^5.3",
37-
"symfony/twig-pack": "^1.0",
37+
"symfony/twig-bundle": "5.3.*",
3838
"symfony/validator": "^5.3",
3939
"symfony/webpack-encore-bundle": "^1.4",
4040
"symfony/yaml": "^5.3",
4141
"tgalopin/html-sanitizer-bundle": "^1.2",
42+
"twig/extra-bundle": "^2.12|^3.0",
4243
"twig/intl-extra": "^3.0",
43-
"twig/markdown-extra": "^3.0"
44+
"twig/markdown-extra": "^3.0",
45+
"twig/twig": "^2.12|^3.0"
4446
},
4547
"require-dev": {
4648
"dama/doctrine-test-bundle": "^6.2",

0 commit comments

Comments
 (0)
0