Skip to content

Commit 09f7d66

Browse files
committed
fix: version lock Twig version used as temp workaround to build issues from upstream Twig changes
1 parent 7f4a33c commit 09f7d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/twig-renderer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"bolt-design-system/core-php": "^2.3.0",
1818
"bolt-design-system/drupal-twig-extensions": "*",
19-
"twig/twig": "^1.38.2",
19+
"twig/twig": "1.38.2",
2020
"webmozart/path-util": "*",
2121
"symfony/finder": "*"
2222
},

0 commit comments

Comments
 (0)