You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@
67
67
"thecodingmachine/safe": "^3.4",
68
68
"twig/twig": "^3.0"
69
69
},
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`."
0 commit comments