Skip to content

Commit fe959de

Browse files
authored
Merge pull request #2437 from WordPress/feature/composer-update-phpcsutils
Composer: raise the minimum supported PHPCSUtils version to 1.0.10
2 parents 0119a3f + d4afaba commit fe959de

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)