Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 26, 2024
1 parent f79a0d7 commit a28125a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.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 a28125a

Please sign in to comment.