|
Expand Up
|
@@ -42,13 +42,13 @@ Requirements |
|
|
------- |
|
|
|
|
|
* PHP 5.4+ |
|
|
* PHP CodeSniffer: 3.13.0+. |
|
|
* PHP CodeSniffer: 3.13.3+. |
|
|
|
|
|
The sniffs are designed to give the same results regardless of which PHP version you are using to run PHP CodeSniffer. You should get consistent results independently of the PHP version used in your test environment, though for the best results it is recommended to run the sniffs on a recent PHP version in combination with a recent PHP_CodeSniffer version. |
|
|
|
|
|
As of version 8.0.0, the PHPCompatibility standard can also be used with PHP CodeSniffer 3.x. |
|
|
As of version 9.0.0, support for PHP CodeSniffer 1.5.x and low 2.x versions < 2.3.0 has been dropped. |
|
|
As of version 10.0.0, support for PHP < 5.4 and PHP CodeSniffer < 3.13.0 has been dropped. |
|
|
As of version 10.0.0, support for PHP < 5.4 and PHP CodeSniffer < 3.13.3 has been dropped. |
|
|
|
|
|
|
|
|
Thank you |
|
Expand Down
|
|