Skip to content

Commit

Permalink
Merge pull request #2437 from WordPress/feature/composer-update-phpcs…
Browse files Browse the repository at this point in the history
…utils

Composer: raise the minimum supported PHPCSUtils version to 1.0.10
  • Loading branch information
jrfnl committed Mar 22, 2024
2 parents 0119a3f + d4afaba commit fe959de
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.0.10",
"phpcsstandards/phpcsextra": "^1.2.1"
},
"require-dev": {
Expand Down

0 comments on commit fe959de

Please sign in to comment.