Skip to content

Commit d4afaba

Browse files
committed
Composer: raise the minimum supported PHPCSUtils version to 1.0.10
Nothing major in the 1.0.10 release, but updating the requirement prevents us having to deal with invalid bug reports when people would already be running WPCS against PHP 8.4, as two issues related to a PHP 8.4 deprecation have been fixed. Ref: https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.0.10
1 parent b54bf25 commit d4afaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you introduce new `public` sniff properties, or your sniff extends a class
4040
## Pre-requisites
4141
* WordPress-Coding-Standards
4242
* PHP_CodeSniffer 3.9.0 or higher
43-
* PHPCSUtils 1.0.9 or higher
43+
* PHPCSUtils 1.0.10 or higher
4444
* PHPCSExtra 1.2.1 or higher
4545
* PHPUnit 4.x - 9.x
4646

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-tokenizer": "*",
2323
"ext-xmlreader": "*",
2424
"squizlabs/php_codesniffer": "^3.9.0",
25-
"phpcsstandards/phpcsutils": "^1.0.9",
25+
"phpcsstandards/phpcsutils": "^1.0.10",
2626
"phpcsstandards/phpcsextra": "^1.2.1"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)