Skip to content

Commit

Permalink
Add a mention some phpstan extension are available
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jul 4, 2018
1 parent f3ca1cb commit 4113ea6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ docker run --init -it --rm -v $(pwd):/project -w /project foo/phpqa phpmetrics .

### Adding PHPStan extensions

Use the composer-bin-plugin to install any PHPStan extensions in the `phpstan` namespace:
A number of PHPStan extensions is available on the image in `/root/.composer/vendor-bin/phpstan/vendor` out of the box.

Use the composer-bin-plugin to install any additional PHPStan extensions in the `phpstan` namespace:

```
FROM jakzal/phpqa:alpine
Expand Down

0 comments on commit 4113ea6

Please sign in to comment.