Skip to content

Commit

Permalink
Add composer bin package
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Jun 21, 2023
1 parent 07fac39 commit 93ad38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}
2 changes: 1 addition & 1 deletion vendor-bin/rector/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require-dev": {
"rector/rector": "^0.17.1"
"rector/rector": "^0.17"
}
}

0 comments on commit 93ad38f

Please sign in to comment.