Skip to content

Commit 140cda3

Browse files
committed
Require Twig ^3
1 parent e93b070 commit 140cda3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
},
3838
"require" : {
3939
"php":"^8.0",
40-
"twig/twig": "^3.18",
41-
"twig/string-extra": "^3.19",
42-
"twig/intl-extra": "^3.19",
43-
"twig/html-extra": "^3.19",
44-
"twig/markdown-extra": "^3.18"
40+
"twig/twig": "^3",
41+
"twig/string-extra": "^3",
42+
"twig/intl-extra": "^3",
43+
"twig/html-extra": "^3",
44+
"twig/markdown-extra": "^3"
4545
},
4646
"require-dev": {
4747
"wp-coding-standards/wpcs": "^2.1",

0 commit comments

Comments
 (0)