File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ 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 )
21- * [ WPCS 3.0.0 +] ( https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases )
22- * [ VariableAnalysis 2.11.17 +] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases )
20+ * [ PHPCSUtils 1.0.9 +] ( https://github.com/PHPCSStandards/PHPCSUtils )
21+ * [ WPCS 3.0.2 +] ( https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases )
22+ * [ VariableAnalysis 2.11.18 +] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases )
2323
2424## Installation
2525
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " >=5.4" ,
20- "phpcsstandards/phpcsextra" : " ^1.1.0 " ,
21- "phpcsstandards/phpcsutils" : " ^1.0.8 " ,
22- "sirbrillig/phpcs-variable-analysis" : " ^2.11.17 " ,
20+ "phpcsstandards/phpcsextra" : " ^1.2.1 " ,
21+ "phpcsstandards/phpcsutils" : " ^1.0.9 " ,
22+ "sirbrillig/phpcs-variable-analysis" : " ^2.11.18 " ,
2323 "phpcsstandards/php_codesniffer" : " ^3.8.0" ,
24- "wp-coding-standards/wpcs" : " ^3.0"
24+ "wp-coding-standards/wpcs" : " ^3.0.2 "
2525 },
2626 "require-dev" : {
2727 "php-parallel-lint/php-parallel-lint" : " ^1.3.2" ,
2828 "php-parallel-lint/php-console-highlighter" : " ^1.0.0" ,
2929 "phpcompatibility/php-compatibility" : " ^9" ,
30- "phpcsstandards/phpcsdevtools" : " ^1.0 " ,
30+ "phpcsstandards/phpcsdevtools" : " ^1.2.2 " ,
3131 "phpunit/phpunit" : " ^4 || ^5 || ^6 || ^7"
3232 },
3333 "config" : {
You can’t perform that action at this time.
0 commit comments