Skip to content

Commit d33dafc

Browse files
committed
feat(wp): specify commit to avoid php 8.1> crashes
1 parent acab67e commit d33dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"squizlabs/php_codesniffer": "^3.6.2",
99
"phpcompatibility/php-compatibility": "*",
1010
"phpcompatibility/phpcompatibility-wp": "*",
11-
"wp-coding-standards/wpcs": "*",
11+
"wp-coding-standards/wpcs": "dev-develop#2.3.0-fix-vsprintf",
1212
"slevomat/coding-standard": "^8.5.2"
1313
},
1414
"suggest": {

0 commit comments

Comments
 (0)