Skip to content

Commit c779ecc

Browse files
committed
up
1 parent d09daed commit c779ecc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"require-dev": {
2626
"laravel/pint": "^1.14",
2727
"nunomaduro/collision": "^8.1",
28-
"larastan/larastan": "^2.9",
28+
"larastan/larastan": "^3.0",
2929
"orchestra/testbench": "^8.8|^9.0",
3030
"pestphp/pest": "^2.34",
3131
"pestphp/pest-plugin-arch": "^2.7",
3232
"pestphp/pest-plugin-laravel": "^2.3",
33-
"phpstan/extension-installer": "^1.3",
34-
"phpstan/phpstan-deprecation-rules": "^1.1",
35-
"phpstan/phpstan-phpunit": "^1.3"
33+
"phpstan/extension-installer": "^1.4",
34+
"phpstan/phpstan-deprecation-rules": "^2.0",
35+
"phpstan/phpstan-phpunit": "^2.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

phpstan.neon.dist

+3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ parameters:
1010
tmpDir: build/phpstan
1111
checkOctaneCompatibility: true
1212
checkModelProperties: true
13+
noEnvCallsOutsideOfConfig: false
1314

1415
ignoreErrors:
1516
-
1617
message: '#Class App\\Models\\User not found.#'
1718
path: config/*
1819
-
1920
identifier: missingType.iterableValue
21+
-
22+
identifier: trait.unused

0 commit comments

Comments
 (0)