Skip to content

Commit 225681f

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ vendor/bin/phpcs -i
4141
If all went well, you will now see that the `PHPCompatibility` and `PHPCompatibilityPasswordCompat` standards are installed for PHP_CodeSniffer.
4242

4343

44+
## Upgrade instructions
45+
46+
To upgrade this package, run the following command:
47+
```bash
48+
composer update --dev phpcompatibility/phpcompatibility-passwordcompat --with-dependencies
49+
```
50+
51+
If you have a _root_ requirement in your project for one of the packages used by this project, you may need to update with `--with-all-dependencies` instead.
52+
53+
4454
## How to use
4555

4656
Now you can use the following command to inspect the code in your project for PHP cross-version compatibility:

0 commit comments

Comments
 (0)