这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phpstan-phpunit | [PHPUnit extensions and rules for PHPStan](https://github.com/phpstan/phpstan-phpunit) | ✅ | ✅ | ✅ |
| phpstan-strict-rules | [Extra strict and opinionated rules for PHPStan](https://github.com/phpstan/phpstan-strict-rules) | ✅ | ✅ | ✅ |
| phpstan-symfony | [Symfony extension for PHPStan](https://github.com/phpstan/phpstan-symfony) | ✅ | ✅ | ✅ |
| phpstan-symplify | [Symplify extension for PHPStan](https://github.com/symplify/phpstan-rules) | ✅ | ✅ | ✅ |
| phpstan-webmozart-assert | [PHPStan extension for webmozart/assert](https://github.com/phpstan/phpstan-webmozart-assert) | ✅ | ✅ | ✅ |
| phpunit | [The PHP testing framework](https://phpunit.de/) | ✅ | ✅ | ✅ |
| phpunit-5 | [The PHP testing framework (5.x version)](https://phpunit.de/) | ✅ | ✅ | ❌ |
Expand Down
13 changes: 13 additions & 0 deletions resources/phpstan.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,19 @@
"test": "composer global bin phpstan show phpstan/phpstan-symfony",
"tags": ["phpstan"]
},
{
"name": "phpstan-symplify",
"summary": "Symplify extension for PHPStan",
"website": "https://github.com/symplify/phpstan-rules",
"command": {
"composer-bin-plugin": {
"package": "symplify/phpstan-rules",
"namespace": "phpstan"
}
},
"test": "composer global bin phpstan show symplify/phpstan-rules",
"tags": ["phpstan"]
},
{
"name": "phpstan-beberlei-assert",
"summary": "PHPStan extension for beberlei/assert",
Expand Down