Skip to content

Commit c133b45

Browse files
committed
update docs
1 parent 922d136 commit c133b45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ To run the unit tests, execute in the repository root:
4040

4141
## Static analysis
4242

43-
We do recommend to use [PHPStan](https://github.com/phpstan/phpstan) for static analysis, with maximum inspection level.
44-
Please refer to the [PHPStan](https://github.com/phpstan/phpstan#installation) documentation for
45-
installation instructions.
43+
We use [PHPStan](https://github.com/phpstan/phpstan) and [Phan](https://github.com/phan/phan), please refer to the
44+
respective documentation for installation instructions.
4645

47-
phpstan analyse --level=max -c .phpstan.neon MO4/ tests/
46+
./vendor/phpstan analyse --level=max -c .phpstan.neon MO4/ tests/
47+
./vendor/bin/phan -i
4848

4949
## Code Coverage
5050

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Most of the issues can be auto-fixed with `phpcbf`.
4444

4545
## Requires
4646

47-
* [PHP](http://php.net) version 5.4 or later
47+
* [PHP](http://php.net) version 5.6 or later
4848
* [Composer](https://getcomposer.org/) is optional, but strongly recommended
4949

5050
## Installation

0 commit comments

Comments
 (0)