File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 17
17
testbench : 8.*
18
18
- laravel : 9.*
19
19
testbench : 7.*
20
+ include :
21
+ - laravel : 9.*
22
+ testbench : 7.*
23
+ - laravel : 10.*
24
+ testbench : 8.*
25
+ - laravel : 11.*
26
+ testbench : 9.*
27
+ exclude :
28
+ - laravel : 11.*
29
+ php : 8.1
30
+
20
31
21
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
22
33
Original file line number Diff line number Diff line change @@ -55,9 +55,13 @@ The following changes are required when updating:
55
55
56
56
## Changes
57
57
58
+ ### 2.2.0
59
+
60
+ - Add Laravel 11 support
61
+
58
62
### 2.1.0
59
63
60
- - Add PHP 8.2 support
64
+ - Add PHP 8.3 support
61
65
62
66
### 2.0.0
63
67
Original file line number Diff line number Diff line change 23
23
"php" : " ~8.3.0 | ~8.2.0 | ~8.1.0" ,
24
24
"ext-json" : " *" ,
25
25
"guzzlehttp/guzzle" : " ^7.2" ,
26
- "illuminate/http" : " ^9.0 || ^10.0" ,
27
- "illuminate/support" : " ^9.0 || ^10.0" ,
26
+ "illuminate/http" : " ^9.0 || ^10.0 || ^11.0 " ,
27
+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 " ,
28
28
"spatie/laravel-package-tools" : " ^1.1"
29
29
},
30
30
"require-dev" : {
31
- "orchestra/testbench" : " ^7.0" ,
32
- "phpunit/phpunit" : " ^9.5.10" ,
31
+ "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 " ,
32
+ "phpunit/phpunit" : " ^9.5.10 || ^10.0 " ,
33
33
"spatie/laravel-ray" : " ^1.29" ,
34
34
"timacdonald/log-fake" : " ^2.0" ,
35
35
"vimeo/psalm" : " ^4.20"
You can’t perform that action at this time.
0 commit comments