File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
"require-dev" : {
40
40
"guzzlehttp/guzzle" : " ^7.0" ,
41
41
"laravel/pint" : " ^1.0" ,
42
+ "larastan/larastan" : " ^2.0|^3.0-dev" ,
42
43
"nunomaduro/collision" : " ^7.9|^8.0" ,
43
44
"orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
44
45
"pestphp/pest" : " ^2.0|^3.0" ,
45
46
"pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
46
47
"pestphp/pest-plugin-laravel" : " ^2.0|^3.1" ,
47
48
"phpstan/extension-installer" : " ^1.1" ,
48
- "phpstan/phpstan" : " ^1.12" ,
49
49
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
50
50
"phpstan/phpstan-phpunit" : " ^1.0" ,
51
51
"spatie/laravel-ray" : " ^1.26"
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ parameters:
13
13
- ' #Class App\\Providers\\NativeAppServiceProvider not found #'
14
14
- ' #Class Native\\Laravel\\ChildProcess has an uninitialized readonly property #'
15
15
16
- #
17
- # excludePaths:
18
- # - ./*/*/FileToBeExcluded .php
16
+
17
+ excludePaths :
18
+ - ./src/NativeServiceProvider .php
You can’t perform that action at this time.
0 commit comments