Skip to content

Commit

Permalink
Update composer-local.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 26, 2024
1 parent 4994093 commit a1dfdb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"cs": [
"pint"
],
"pint": "pint",
"test:phpstan": "phpstan analyse",
"test": [
"@test:phpstan"
]
},
"extra": {
Expand Down

0 comments on commit a1dfdb0

Please sign in to comment.