File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to l
18
18
* PHP 5.4+
19
19
* [ PHPCS 3.7.1+] ( https://github.com/squizlabs/PHP_CodeSniffer/releases )
20
20
* [ WPCS 2.3.0+] ( https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases )
21
- * [ VariableAnalysis 2.11.1 +] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases )
21
+ * [ VariableAnalysis 2.11.17 +] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases )
22
22
23
23
## Installation
24
24
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=5.4" ,
20
20
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0" ,
21
- "sirbrillig/phpcs-variable-analysis" : " ^2.11.1 " ,
21
+ "sirbrillig/phpcs-variable-analysis" : " ^2.11.17 " ,
22
22
"squizlabs/php_codesniffer" : " ^3.7.1" ,
23
23
"wp-coding-standards/wpcs" : " ^2.3"
24
24
},
You can’t perform that action at this time.
0 commit comments