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 3939 "require-dev" : {
4040 "guzzlehttp/guzzle" : " ^7.0" ,
4141 "laravel/pint" : " ^1.0" ,
42+ "larastan/larastan" : " ^2.0|^3.0-dev" ,
4243 "nunomaduro/collision" : " ^7.9|^8.0" ,
4344 "orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
4445 "pestphp/pest" : " ^2.0|^3.0" ,
4546 "pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
4647 "pestphp/pest-plugin-laravel" : " ^2.0|^3.1" ,
4748 "phpstan/extension-installer" : " ^1.1" ,
48- "phpstan/phpstan" : " ^1.12" ,
4949 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
5050 "phpstan/phpstan-phpunit" : " ^1.0" ,
5151 "spatie/laravel-ray" : " ^1.26"
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ parameters:
1313 - ' #Class App\\Providers\\NativeAppServiceProvider not found #'
1414 - ' #Class Native\\Laravel\\ChildProcess has an uninitialized readonly property #'
1515
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