File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1717 stability : [prefer-stable]
1818 include :
1919 - laravel : 12.*
20- testbench : 9 .*
20+ testbench : 10 .*
2121
2222 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2323
Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "require" : {
66 "php" : " ^8.3" ,
7- "illuminate/console" : " ^11.0|^ 12.0" ,
8- "illuminate/support" : " ^11.0|^ 12.0" ,
9- "illuminate/filesystem" : " ^11.0|^ 12.0"
7+ "illuminate/console" : " ^12.0" ,
8+ "illuminate/support" : " ^12.0" ,
9+ "illuminate/filesystem" : " ^12.0"
1010 },
1111 "require-dev" : {
1212 "laravel/pint" : " ^1.13" ,
13- "orchestra/testbench" : " ^9 .0" ,
13+ "orchestra/testbench" : " ^10 .0" ,
1414 "pestphp/pest" : " ^3.0" ,
1515 "pestphp/pest-plugin-laravel" : " ^3.0" ,
16- "larastan/larastan" : " ^2.9 " ,
16+ "larastan/larastan" : " ^3.4.0 " ,
1717 "mockery/mockery" : " ^1.6"
1818 },
1919 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ includes:
22 - vendor/larastan/larastan/extension.neon
33
44parameters :
5+ level : 6
56 paths :
67 - src
78
8- level : 6
9-
109 ignoreErrors :
10+ - ' #Unsafe usage of new static #'
1111 - ' #PHPDoc tag @param references unknown parameter #'
1212 - ' #Part .* of encapsed string cannot be cast to string #'
1313 - ' #Parameter .* expects string , array\|bool\|string\|null given #'
@@ -17,6 +17,5 @@ parameters:
1717
1818 excludePaths :
1919 - vendor
20- - bootstrap/cache
2120
2221 reportUnmatchedIgnoredErrors : false
You can’t perform that action at this time.
0 commit comments