Skip to content

Commit 873e28e

Browse files
committed
Composer: update various version constraints
... after the tooling has also updated to the PHPCSStandards version of PHPCS. Refs: * https://github.com/PHPCSStandards/PHPCSUtils/releases * https://github.com/PHPCSStandards/PHPCSExtra/releases
1 parent a3d7a2c commit 873e28e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to l
1717

1818
* PHP 5.4+
1919
* [PHPCS 3.8.0+](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
20-
* [PHPCSUtils 1.0.8+](https://github.com/PHPCSStandards/PHPCSUtils)
20+
* [PHPCSUtils 1.0.9+](https://github.com/PHPCSStandards/PHPCSUtils)
21+
* [PHPCSExtra 1.2.1+](https://github.com/PHPCSStandards/PHPCSExtra)
2122
* [WPCS 3.0.0+](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases)
2223
* [VariableAnalysis 2.11.17+](https://github.com/sirbrillig/phpcs-variable-analysis/releases)
2324

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.4",
20-
"phpcsstandards/phpcsextra": "^1.1.0",
21-
"phpcsstandards/phpcsutils": "^1.0.8",
20+
"phpcsstandards/phpcsextra": "^1.2.1",
21+
"phpcsstandards/phpcsutils": "^1.0.9",
2222
"sirbrillig/phpcs-variable-analysis": "^2.11.17",
2323
"squizlabs/php_codesniffer": "^3.8.0",
2424
"wp-coding-standards/wpcs": "^3.0"

0 commit comments

Comments
 (0)