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 17
17
stability : [prefer-stable]
18
18
include :
19
19
- laravel : 12.*
20
- testbench : 9 .*
20
+ testbench : 10 .*
21
21
22
22
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
23
23
Original file line number Diff line number Diff line change 4
4
"type" : " library" ,
5
5
"require" : {
6
6
"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"
10
10
},
11
11
"require-dev" : {
12
12
"laravel/pint" : " ^1.13" ,
13
- "orchestra/testbench" : " ^9 .0" ,
13
+ "orchestra/testbench" : " ^10 .0" ,
14
14
"pestphp/pest" : " ^3.0" ,
15
15
"pestphp/pest-plugin-laravel" : " ^3.0" ,
16
- "larastan/larastan" : " ^2.9 " ,
16
+ "larastan/larastan" : " ^3.4.0 " ,
17
17
"mockery/mockery" : " ^1.6"
18
18
},
19
19
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ includes:
2
2
- vendor/larastan/larastan/extension.neon
3
3
4
4
parameters :
5
+ level : 6
5
6
paths :
6
7
- src
7
8
8
- level : 6
9
-
10
9
ignoreErrors :
10
+ - ' #Unsafe usage of new static #'
11
11
- ' #PHPDoc tag @param references unknown parameter #'
12
12
- ' #Part .* of encapsed string cannot be cast to string #'
13
13
- ' #Parameter .* expects string , array\|bool\|string\|null given #'
@@ -17,6 +17,5 @@ parameters:
17
17
18
18
excludePaths :
19
19
- vendor
20
- - bootstrap/cache
21
20
22
21
reportUnmatchedIgnoredErrors : false
You can’t perform that action at this time.
0 commit comments