Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Oct 1, 2023
1 parent aa3ba98 commit b4d9cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"prefer-stable": true,
"scripts": {
"lint": "vendor/bin/phpstan analyse",
"test": "vendor/bin/phpunit --colors=always"
"test": "vendor/bin/pest",
"fmt": "vendor/bin/pint"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit b4d9cdf

Please sign in to comment.