File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
12
- laravel : [11.*]
11
+ php : [8.4, 8. 3, 8.2]
12
+ laravel : [11.*, 12.* ]
13
13
stability : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 12.*
16
+ testbench : 10.*
15
17
- laravel : 11.*
16
18
testbench : 9.*
17
- # - laravel: 10.*
18
- # testbench: 8.*
19
19
# exclude:
20
20
# - laravel: 11.*
21
21
# php: 8.1
Original file line number Diff line number Diff line change 27
27
],
28
28
"require" : {
29
29
"php" : " ^8.2" ,
30
- "illuminate/http" : " ^11.0" ,
31
- "illuminate/support" : " ^11.0" ,
30
+ "illuminate/http" : " ^11.0||^12.0 " ,
31
+ "illuminate/support" : " ^11.0||^12.0 " ,
32
32
"monolog/monolog" : " ^3.0"
33
33
},
34
34
"require-dev" : {
35
- "laravel/framework" : " ^11.0" ,
35
+ "laravel/framework" : " ^11.0||^12.0 " ,
36
36
"laravel/pint" : " ^1.18" ,
37
- "orchestra/testbench" : " ^8.8|^9 .0" ,
37
+ "orchestra/testbench" : " ^9.0||^10 .0" ,
38
38
"pestphp/pest" : " ^3.0" ,
39
39
"pestphp/pest-plugin-arch" : " ^3.0" ,
40
40
"pestphp/pest-plugin-laravel" : " ^3.0" ,
41
- "saloonphp/laravel-http-sender" : " ^2.0|^ 3.0" ,
41
+ "saloonphp/laravel-http-sender" : " ^3.0" ,
42
42
"saloonphp/laravel-plugin" : " ^3.0" ,
43
43
"spatie/invade" : " ^2.0"
44
44
},
You can’t perform that action at this time.
0 commit comments