Skip to content

Commit 626b5bd

Browse files
committed
Require Twig ^3.18 instead of ^3.19 for PHP 8.0 compatibility
1 parent 3d306de commit 626b5bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
]
3737
},
3838
"require" : {
39-
"twig/twig":"^3.19",
40-
"php":">=8.0",
39+
"php":"^8.0",
40+
"twig/twig": "^3.18",
4141
"twig/string-extra": "^3.19",
4242
"twig/intl-extra": "^3.19",
4343
"twig/html-extra": "^3.19",
44-
"twig/markdown-extra": "^3.19"
44+
"twig/markdown-extra": "^3.18"
4545
},
4646
"require-dev": {
4747
"wp-coding-standards/wpcs": "^2.1",

0 commit comments

Comments
 (0)