You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problemati
12
12
13
13
### Requirements
14
14
15
-
VariableAnalysis requires PHP 5.6 or higher and [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) version **3.1.0** or higher.
15
+
VariableAnalysis requires PHP 5.4 or higher and [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) version 3.1.0 or higher.
16
+
16
17
17
18
### With PHPCS Composer Installer
18
19
@@ -94,7 +95,7 @@ This was forked from the excellent work in https://github.com/illusori/PHP_Codes
94
95
95
96
Please open issues or PRs on this repository.
96
97
97
-
Any changes should be accompanied by tests and should pass linting and static analysis. Please use phpdoc (rather than actual types) for declaring types since this must run in PHP 5.6.
98
+
Any changes should be accompanied by tests and should pass linting and static analysis. Please use phpdoc (rather than actual types) for declaring types since this must run in PHP 5.4.
98
99
99
100
To run tests, make sure composer is installed, then run:
0 commit comments