Skip to content

Commit a3d7a2c

Browse files
committed
Composer: raise the minimum supported PHPCS version to 3.8.0
... for improved PHP 8.2 support.
1 parent d11b304 commit a3d7a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to l
1616
## Minimal requirements
1717

1818
* PHP 5.4+
19-
* [PHPCS 3.7.2+](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
19+
* [PHPCS 3.8.0+](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
2020
* [PHPCSUtils 1.0.8+](https://github.com/PHPCSStandards/PHPCSUtils)
2121
* [WPCS 3.0.0+](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases)
2222
* [VariableAnalysis 2.11.17+](https://github.com/sirbrillig/phpcs-variable-analysis/releases)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"phpcsstandards/phpcsextra": "^1.1.0",
2121
"phpcsstandards/phpcsutils": "^1.0.8",
2222
"sirbrillig/phpcs-variable-analysis": "^2.11.17",
23-
"squizlabs/php_codesniffer": "^3.7.2",
23+
"squizlabs/php_codesniffer": "^3.8.0",
2424
"wp-coding-standards/wpcs": "^3.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)