diff --git a/README.md b/README.md index 3f2620b6..62d6fa87 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ It has been extracted as a separate project to make maintenance easier and enabl * diffFilter - [Applies QA tools to run on a single pull request](https://github.com/exussum12/coverageChecker) * ecs - [Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard) * infection - [AST based PHP Mutation Testing Framework](https://infection.github.io/) +* larastan - [A phpstan wrapper for Laravel](https://github.com/nunomaduro/larastan) * parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) * paratest - [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) * pdepend - [Static Analysis Tool](https://pdepend.org/) diff --git a/resources/tools.json b/resources/tools.json index b3dfda2e..fa285af4 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -747,6 +747,18 @@ } }, "test": "simple-phpunit --version" + }, + { + "name": "larastan", + "summary": "PHPStan extension for Laravel", + "website": "https://github.com/nunomaduro/larastan", + "command": { + "composer-bin-plugin": { + "package": "nunomaduro/larastan", + "namespace": "phpstan" + } + }, + "test": "composer global bin phpstan show ergebnis/phpstan-rules" } ] }