File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 25
25
"require-dev" : {
26
26
"laravel/pint" : " ^1.14" ,
27
27
"nunomaduro/collision" : " ^8.1" ,
28
- "larastan/larastan" : " ^2.9 " ,
28
+ "larastan/larastan" : " ^3.0 " ,
29
29
"orchestra/testbench" : " ^8.8|^9.0" ,
30
30
"pestphp/pest" : " ^2.34" ,
31
31
"pestphp/pest-plugin-arch" : " ^2.7" ,
32
32
"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 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ parameters:
10
10
tmpDir: build/phpstan
11
11
checkOctaneCompatibility: true
12
12
checkModelProperties: true
13
+ noEnvCallsOutsideOfConfig: false
13
14
14
15
ignoreErrors:
15
16
-
16
17
message: '#Class App\\Models\\User not found.#'
17
18
path: config/*
18
19
-
19
20
identifier: missingType.iterableValue
21
+ -
22
+ identifier: trait.unused
You can’t perform that action at this time.
0 commit comments