Skip to content

Commit aa77986

Browse files
committed
add twig extensions as seperate packages
1 parent c2d5bf5 commit aa77986

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@
3737
},
3838
"require" : {
3939
"twig/twig":"^3",
40-
"php":"^7.1|^8.0"
40+
"php":"^7.1|^8.0",
41+
"twig/string-extra": "^3.13",
42+
"twig/intl-extra": "^3.13",
43+
"twig/html-extra": "^3.13",
44+
"twig/markdown-extra": "^3.13"
4145
},
4246
"require-dev": {
4347
"wp-coding-standards/wpcs": "^2.1",
4448
"giacocorsiglia/wordpress-stubs": "^5.1",
45-
"vimeo/psalm": "^3.4",
49+
"vimeo/psalm": "^4.30",
4650
"10up/wp_mock": "^0.4.2",
4751
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
4852
},

0 commit comments

Comments
 (0)