Skip to content

Commit 48c05e2

Browse files
committed
Composer: Add PHPCSUtils as required dependency
VIPCS makes use of PHPCSUtils directly (such as for MessageHelper), so it should be marked as such in the Composer config.
1 parent 61b02e3 commit 48c05e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.4",
2020
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
21+
"phpcsstandards/phpcsutils": "^1.0",
2122
"sirbrillig/phpcs-variable-analysis": "^2.11.1",
2223
"squizlabs/php_codesniffer": "^3.7.1",
2324
"wp-coding-standards/wpcs": "^2.3"

0 commit comments

Comments
 (0)