Skip to content

Commit aa3e2f8

Browse files
Add composer conflict on latest twig due to twigphp/Twig#4475
1 parent 13b9e9e commit aa3e2f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
"symfony/web-profiler-bundle": "^6.4|^7.1",
7272
"vincentlanglet/twig-cs-fixer": "^3.3"
7373
},
74+
"conflict": {
75+
"symfony/twig-bridge": "7.2.0",
76+
"twig/twig": "v3.15.0|v3.16.0"
77+
},
7478
"config": {
7579
"allow-plugins": {
7680
"phpstan/extension-installer": true,

0 commit comments

Comments
 (0)