Added larastan

This commit is contained in:
Constantin Graf
2024-01-16 22:48:40 +01:00
parent 34574eb31b
commit 785e89593f
5 changed files with 279 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"larastan/larastan": "^2.0",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
@@ -50,6 +51,9 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"analyse": [
"@php ./vendor/bin/phpstan analyse --memory-limit=2G"
]
},
"extra": {