diff --git a/README.md b/README.md index 6f04b1e6e4..a7fce4f4eb 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,8 @@ The following composer scripts are aliases for running these tools. [PHPStan](https://phpstan.org/) is available to statically analyze custom theme and module code for correctness. -It should be installed automatically on a local environment via `composer install`. +It's defined as a dev dependency in `composer.json` and will be installed automatically when you run the build scripts or `bin/composer` install. + The following composer scripts are aliases for running PHPStan