Skip to content

Commit 7b03ef5

Browse files
committed
Composer: raise the minimum supported PHPCS version to 3.8.0
... for improved PHP 8.2 support.
1 parent 184db66 commit 7b03ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When you introduce new `public` sniff properties, or your sniff extends a class
3939

4040
## Pre-requisites
4141
* WordPress-Coding-Standards
42-
* PHP_CodeSniffer 3.7.2 or higher
42+
* PHP_CodeSniffer 3.8.0 or higher
4343
* PHPCSUtils 1.0.8 or higher
4444
* PHPCSExtra 1.2.0 or higher
4545
* PHPUnit 4.x, 5.x, 6.x or 7.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-libxml": "*",
2222
"ext-tokenizer": "*",
2323
"ext-xmlreader": "*",
24-
"squizlabs/php_codesniffer": "^3.7.2",
24+
"squizlabs/php_codesniffer": "^3.8.0",
2525
"phpcsstandards/phpcsutils": "^1.0.8",
2626
"phpcsstandards/phpcsextra": "^1.2.0"
2727
},

0 commit comments

Comments
 (0)