Skip to content

Commit 2a24cec

Browse files
author
Stephan Wentz
committed
fix: Use code sniffer 4.x
1 parent ed1aa5c commit 2a24cec

File tree

2 files changed

+275
-218
lines changed

2 files changed

+275
-218
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"require": {
3131
"php": "^8.1",
3232
"ext-json": "*",
33-
"squizlabs/php_codesniffer": "^3.9"
33+
"squizlabs/php_codesniffer": "^4.0"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^10.5.11",
37-
"brainbits/phpcs-standard": "^7.0.1",
37+
"brainbits/phpcs-standard": "^8.0.1",
3838
"phpstan/phpstan": "^1.10.59",
3939
"phpstan/phpstan-phpunit": "^1.3.16"
4040
},

0 commit comments

Comments
 (0)