Skip to content

Commit ee56c08

Browse files
author
dan
committed
Updated suggests block
1 parent 889c113 commit ee56c08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
"phpstan/phpstan-phpunit": "^0.11"
4141
},
4242
"suggest": {
43-
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
43+
"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)"
4449
},
4550
"bin": [
4651
"bin/qa",

0 commit comments

Comments
 (0)