Skip to content

Commit 636aee6

Browse files
authored
Merge pull request #283 from ptt-homme/issue-262-add-phpstan-phpunit-suggestion
Add phpstan/phpstan-phpunit to the suggested packages list
2 parents 5bbf252 + d974115 commit 636aee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"prefer-stable": true,
3131
"suggest": {
3232
"phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core.",
33-
"jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan."
33+
"jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.",
34+
"phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
3435
},
3536
"autoload": {
3637
"files": [

0 commit comments

Comments
 (0)