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
1313
1414### Requirements
1515
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.
1717
1818### With PHPCS Composer Installer
1919
Original file line number Diff line number Diff line change 3838 },
3939 "require" : {
4040 "php" : " >=5.4.0" ,
41- "squizlabs/php_codesniffer" : " ^3.1 "
41+ "squizlabs/php_codesniffer" : " ^3.5.6 "
4242 },
4343 "require-dev" : {
4444 "phpunit/phpunit" : " ^4.0 || ^5.0 || ^6.5 || ^7.0 || ^8.0"
Original file line number Diff line number Diff line change 4343 },
4444 "require" : {
4545 "php" : " >=5.4.0" ,
46- "squizlabs/php_codesniffer" : " ^3.5"
46+ "squizlabs/php_codesniffer" : " ^3.5.6 "
4747 },
4848 "require-dev" : {
4949 "phpunit/phpunit" : " ^5.0 || ^6.5 || ^7.0 || ^8.0" ,
You can’t perform that action at this time.
0 commit comments