Skip to content

Commit ecac58f

Browse files
authored
Composer: up minimum PHPCS to 3.5.6 (sirbrillig#250)
.. to allow for arrow function support to work properly. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
1 parent 562e47c commit ecac58f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.circleci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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",

0 commit comments

Comments
 (0)