We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889c113 commit ee56c08Copy full SHA for ee56c08
composer.json
@@ -40,7 +40,12 @@
40
"phpstan/phpstan-phpunit": "^0.11"
41
},
42
"suggest": {
43
- "phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
+ "phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests",
44
+ "phpstan/phpstan-mockery": "Prevents Mockery from failing on Stan",
45
+ "phpstan/phpstan-doctrine": "Adds checks for Doctrine",
46
+ "phpstan/phpstan-deprecation-rules": "Checks for deprecated functions and methods",
47
+ "phpstan/phpstan-symfony": "Symfony specific checks",
48
+ "nunomaduro/larastan": "Laravel specific checks (PHPStan Wrapper)"
49
50
"bin": [
51
"bin/qa",
0 commit comments