diff --git a/README.md b/README.md index f0e2702c..c32af6b4 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ It has been extracted as a separate project to make maintenance easier and enabl * phpspec - [SpecBDD Framework](http://www.phpspec.net/) * phpstan - [Static Analysis Tool](https://github.com/phpstan/phpstan) * phpstan-deprecation-rules - [PHPStan rules for detecting deprecated code](https://github.com/phpstan/phpstan-deprecation-rules) +* phpstan-localheinz-rules - [Additional rules for PHPstan](https://github.com/localheinz/phpstan-rules) * phpstan-strict-rules - [Extra strict and opinionated rules for PHPStan](https://github.com/phpstan/phpstan-strict-rules) * phpstan-doctrine - [Doctrine extensions for PHPStan](https://github.com/phpstan/phpstan-doctrine) * phpstan-phpunit - [PHPUnit extensions and rules for PHPStan](https://github.com/phpstan/phpstan-phpunit) diff --git a/resources/tools.json b/resources/tools.json index 7a744bf8..68f6dd50 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -497,6 +497,18 @@ }, "test": "true" }, + { + "name": "phpstan-localheinz-rules", + "summary": "Additional rules for PHPstan", + "website": "https://github.com/localheinz/phpstan-rules", + "command": { + "composer-bin-plugin": { + "package": "localheinz/phpstan-rules", + "namespace": "phpstan" + } + }, + "test": "composer global bin phpstan show localheinz/phpstan-rules" + }, { "name": "phpstan-strict-rules", "summary": "Extra strict and opinionated rules for PHPStan",