Skip to content

Commit

Permalink
Composer: raise the minimum supported PHPCSUtils version to 1.0.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jrfnl committed Mar 21, 2024
1 parent b54bf25 commit 720f56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ When you introduce new `public` sniff properties, or your sniff extends a class
## Pre-requisites
* WordPress-Coding-Standards
* PHP_CodeSniffer 3.9.0 or higher
* PHPCSUtils 1.0.9 or higher
* PHPCSUtils 1.0.10 or higher
* PHPCSExtra 1.2.1 or higher
* PHPUnit 4.x - 9.x

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-tokenizer": "*",
"ext-xmlreader": "*",
"squizlabs/php_codesniffer": "^3.9.0",
"phpcsstandards/phpcsutils": "^1.0.9",
"phpcsstandards/phpcsutils": "^1.1.0",
"phpcsstandards/phpcsextra": "^1.2.1"
},
"require-dev": {
Expand Down

0 comments on commit 720f56e

Please sign in to comment.