Skip to content

Commit 7c4280b

Browse files
committed
Add phpcsutils as dependency
1 parent a083050 commit 7c4280b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"require": {
5353
"php": ">=5.4.0",
54-
"squizlabs/php_codesniffer": "^3.5.7 || ^4.0.0"
54+
"squizlabs/php_codesniffer": "^3.5.7 || ^4.0.0",
55+
"phpcsstandards/phpcsutils": "^1.0"
5556
},
5657
"require-dev": {
5758
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3",

0 commit comments

Comments
 (0)