Skip to content

Commit

Permalink
remove -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 20, 2023
1 parent d06bce6 commit ea84bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"rectify": "rector --dry-run",
"cs-check": "php-cs-fixer fix --dry-run --diff",
"cs-fix": "php-cs-fixer fix",
"test": "phpunit --colors=always -vvv"
"test": "phpunit --colors=always"
}
}

0 comments on commit ea84bd4

Please sign in to comment.