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

Skip to content

Commit 3f0107d

Browse files
committed
Update Symfony to fix this 8000 bug: symfony/symfony#42019
1 parent 3e5c98e commit 3f0107d

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
@@ -37,13 +37,15 @@
3737
"symfony/string": "^5.3",
3838
"symfony/telegram-notifier": "5.3.*",
3939
"symfony/translation": "^5.3",
40-
"symfony/twig-pack": "^1.0",
40+
"symfony/twig-bundle": "5.3.*",
4141
"symfony/validator": "^5.3",
4242
"symfony/webpack-encore-bundle": "^1.4",
4343
"symfony/yaml": "^5.3",
4444
"tgalopin/html-sanitizer-bundle": "^1.2",
45+
"twig/extra-bundle": "^2.12|^3.0",
4546
"twig/intl-extra": "^3.0",
46-
"twig/markdown-extra": "^3.0"
47+
"twig/markdown-extra": "^3.0",
48+
"twig/twig": "^2.12|^3.0"
4749
},
4850
"require-dev": {
4951
"dama/doctrine-test-bundle": "^6.2",

0 commit comments

Comments
 (0)
0