Skip to content

Commit c621f26

Browse files
committed
Temporarily restrict Twig version
1 parent 46c7e01 commit c621f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"require": {
2626
"php": ">=5.5.9",
2727
"pattern-lab/core": "^2.6.3",
28-
"pattern-lab/patternengine-twig": "^2.0.0"
28+
"pattern-lab/patternengine-twig": "^2.0.0",
29+
"twig/twig": "<1.25"
2930
}
3031
}

0 commit comments

Comments
 (0)