Skip to content

Commit 5bbf252

Browse files
authored
Add phpstan prophecy suggestion (#282)
Add jangregor/phpstan-prophecy to the suggested packages list
1 parent 5865722 commit 5bbf252

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
@@ -29,7 +29,8 @@
2929
"minimum-stability": "dev",
3030
"prefer-stable": true,
3131
"suggest": {
32-
"phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core."
32+
"phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core.",
33+
"jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan."
3334
},
3435
"autoload": {
3536
"files": [

0 commit comments

Comments
 (0)