Skip to content

Commit a31c319

Browse files
authored
Merge pull request #2774 from WordPress/feature/composer-bump-minimum-phpcs
Composer: raise the minimum supported PHPCS version to 3.13.6
2 parents 65a1350 + 212c20d commit a31c319

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ When you introduce new `public` sniff properties, or your sniff extends a class
6262

6363
### Pre-requisites
6464
* WordPress-Coding-Standards
65-
* PHP_CodeSniffer 3.13.5 or higher
66-
* PHPCSUtils 1.2.2 or higher
67-
* PHPCSExtra 1.5.0 or higher
65+
* PHP_CodeSniffer 3.13.6 or higher
66+
* PHPCSUtils 1.2.3 or higher
67+
* PHPCSExtra 1.5.1 or higher
6868
* PHPUnit 8.x - 9.x
6969

7070
The WordPress Coding Standards use the `PHP_CodeSniffer` native unit test framework for unit testing the sniffs.

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.13.5",
24+
"squizlabs/php_codesniffer": "^3.13.6",
2525
"phpcsstandards/phpcsutils": "^1.2.3",
2626
"phpcsstandards/phpcsextra": "^1.5.1"
2727
},

0 commit comments

Comments
 (0)