File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ This ruleset prevents false positives from the [PHPCompatibility standard](https
1818## Requirements
1919
2020* PHP > 5.4
21- * [ PHP_CodeSniffer] ( https://github.com/PHPCSStandards/PHP_CodeSniffer ) >= 3.11.0 .
21+ * [ PHP_CodeSniffer] ( https://github.com/PHPCSStandards/PHP_CodeSniffer ) >= 3.13.3 .
2222 Use the latest stable release of PHP_CodeSniffer for the best results.
23+ * [ PHPCompatibility] ( https://github.com/PHPCompatibility/PHPCompatibility ) 10.0.0+.
2324
2425
2526## Installation instructions
@@ -31,7 +32,7 @@ The only supported installation method is via [Composer](https://getcomposer.org
3132Run the following from the root of your project:
3233``` bash
3334composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
34- composer require --dev phpcompatibility/phpcompatibility-passwordcompat:" ^2.0"
35+ composer require --dev phpcompatibility/phpcompatibility-passwordcompat:" ^2.0@dev "
3536```
3637
3738Next, run:
Original file line number Diff line number Diff line change 2525 "lock" : false
2626 },
2727 "require" : {
28- "phpcompatibility/php-compatibility" : " ^10.0"
28+ "phpcompatibility/php-compatibility" : " ^10.0@dev "
2929 },
3030 "require-dev" : {
3131 "ircmaxell/password-compat" : " dev-master"
You can’t perform that action at this time.
0 commit comments