File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.1 , 8.2 ]
17
- laravel : [10 .*]
16
+ php : [8.2 , 8.3 ]
17
+ laravel : [11 .*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 10 .*
21
- testbench : 8 .*
20
+ - laravel : 11 .*
21
+ testbench : 9 .*
22
22
23
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
24
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^8.1 " ,
22
- "illuminate/contracts" : " ^10 .0" ,
21
+ "php" : " ^8.2 " ,
22
+ "illuminate/contracts" : " ^11 .0" ,
23
23
"spatie/laravel-package-tools" : " ^1.13.0" ,
24
24
"thecodingmachine/safe" : " ^2.4" ,
25
25
"verifiedjoseph/ntfy-php-library" : " ^4.0" ,
26
26
"webmozart/assert" : " ^1.11"
27
27
},
28
28
"require-dev" : {
29
29
"laravel/pint" : " ^1.0" ,
30
- "nunomaduro/collision" : " ^7.0 " ,
31
- "nunomaduro /larastan" : " ^2.0.1" ,
32
- "orchestra/testbench" : " ^8 .0" ,
30
+ "nunomaduro/collision" : " ^8.1 " ,
31
+ "larastan /larastan" : " ^2.0.1" ,
32
+ "orchestra/testbench" : " ^9 .0" ,
33
33
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
34
34
"phpstan/phpstan-phpunit" : " ^1.0" ,
35
35
"phpstan/phpstan-webmozart-assert" : " ^1.2" ,
Original file line number Diff line number Diff line change 1
1
includes:
2
2
- ./vendor/phpstan/phpstan-webmozart-assert/extension.neon
3
3
- ./vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
4
- - ./vendor/nunomaduro /larastan/extension.neon
4
+ - ./vendor/larastan /larastan/extension.neon
5
5
6
6
parameters:
7
7
level: 9
You can’t perform that action at this time.
0 commit comments