Skip to content

Commit 1dab9cb

Browse files
committed
[refactor] Suggest Type Perfect companion packages (#9)
1 parent 9f75d9c commit 1dab9cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"thecodingmachine/safe": "^3.4",
6868
"twig/twig": "^3.0"
6969
},
70+
"suggest": {
71+
"phpstan/extension-installer": "Recommended when enabling Type Perfect through `composer dev-tools refactor -- --type-perfect` so PHPStan extension wiring is loaded automatically.",
72+
"rector/type-perfect": "Optional companion package for running Type Perfect checks through `composer dev-tools refactor -- --type-perfect`."
73+
},
7074
"minimum-stability": "stable",
7175
"autoload": {
7276
"psr-4": {

0 commit comments

Comments
 (0)