Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 2, 2024
1 parent a2de463 commit cc1b08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"require-dev": {
"laravel/pint": "^1.17",
"phpstan/phpstan": "^1.11"
"phpstan/phpstan": "^2.0"
},
"scripts": {
"post-autoload-dump": [
Expand All @@ -44,11 +44,11 @@
"serve": [
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve"
"@php vendor/bin/testbench serve --ansi"
],
"lint": [
"@php vendor/bin/phpstan analyse",
"@php vendor/bin/pint"
"@php vendor/bin/pint --ansi",
"@php vendor/bin/phpstan analyse --verbose"
],
"test": "@php vendor/bin/phpunit -c ./ --color",
"ci": [
Expand Down

0 comments on commit cc1b08c

Please sign in to comment.