Skip to content

Commit

Permalink
Remove verbose flag from phpunit that was removed in v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jul 19, 2023
1 parent 8cf6c5f commit eb0971d
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 @@ -91,7 +91,7 @@
"clean": "rm -rf build/ vendor/",
"test": [
"vendor/bin/phpspec run",
"vendor/bin/phpunit -v",
"vendor/bin/phpunit",
"vendor/bin/phpbench run",
"vendor/bin/psalm",
"vendor/bin/phpcs"
Expand Down

0 comments on commit eb0971d

Please sign in to comment.