File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problemati
13
13
14
14
### Requirements
15
15
16
- VariableAnalysis requires PHP 5.4 or higher and [ PHP CodeSniffer] ( https://github.com/squizlabs/PHP_CodeSniffer ) version 3.5.0 or higher.
16
+ VariableAnalysis requires PHP 5.4 or higher and [ PHP CodeSniffer] ( https://github.com/squizlabs/PHP_CodeSniffer ) version 3.5.6 or higher.
17
17
18
18
### With PHPCS Composer Installer
19
19
Original file line number Diff line number Diff line change 38
38
},
39
39
"require" : {
40
40
"php" : " >=5.4.0" ,
41
- "squizlabs/php_codesniffer" : " ^3.1 "
41
+ "squizlabs/php_codesniffer" : " ^3.5.6 "
42
42
},
43
43
"require-dev" : {
44
44
"phpunit/phpunit" : " ^4.0 || ^5.0 || ^6.5 || ^7.0 || ^8.0"
Original file line number Diff line number Diff line change 43
43
},
44
44
"require" : {
45
45
"php" : " >=5.4.0" ,
46
- "squizlabs/php_codesniffer" : " ^3.5"
46
+ "squizlabs/php_codesniffer" : " ^3.5.6 "
47
47
},
48
48
"require-dev" : {
49
49
"phpunit/phpunit" : " ^5.0 || ^6.5 || ^7.0 || ^8.0" ,
You can’t perform that action at this time.
0 commit comments