Skip to content

Commit be3c6ac

Browse files
committed
Iterate on changelog and readme
1 parent 225681f commit be3c6ac

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3132
Run the following from the root of your project:
3233
```bash
3334
composer 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

3738
Next, run:

composer.json

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

0 commit comments

Comments
 (0)