Add support to install rector in tools input

This commit is contained in:
Shivam Mathur
2022-08-17 16:48:27 +05:30
parent 44d81f9830
commit 52685a348b
3 changed files with 9 additions and 2 deletions

View File

@ -184,6 +184,11 @@
"repository": "laravel/vapor-cli",
"scope": "scoped"
},
"rector": {
"type": "composer",
"repository": "rector/rector",
"scope": "scoped"
},
"blackfire": {
"type": "custom-package",
"alias": "blackfire-agent"