1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/17340] Fix twig to 3.8.0 until performance issues are resolved

PHPBB-17340
This commit is contained in:
Marc Alexander
2024-06-14 21:02:12 +02:00
parent df93ffc886
commit 6b69169e47
2 changed files with 9 additions and 16 deletions

View File

@@ -58,7 +58,7 @@
"symfony/routing": "^6.3",
"symfony/twig-bridge": "^6.3",
"symfony/yaml": "^6.3",
"twig/twig": "^3.0"
"twig/twig": "3.8.0"
},
"require-dev": {
"laravel/homestead": "~14.4",