File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
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.2, 8.1, 8.0 ]
12
- laravel : [9.*]
11
+ php : [8.2, 8.1]
12
+ laravel : [10.*, 9.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 10.*
16
+ testbench : 8.*
15
17
- laravel : 9.*
16
18
testbench : 7.*
17
19
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0 || ^8. 1 || ^8.2" ,
20
- "illuminate/support" : " ^9.0"
19
+ "php" : " ^8.1 || ^8.2" ,
20
+ "illuminate/support" : " ^9.0 || ^10.0 "
21
21
},
22
22
"require-dev" : {
23
23
"html2text/html2text" : " ^4.3" ,
24
24
"jeremykendall/php-domain-parser" : " ^6.0" ,
25
- "laravel/ui" : " ^3.0" ,
26
- "mockery/mockery" : " ^1.3.3 " ,
25
+ "laravel/ui" : " ^3.0|^4.0 " ,
26
+ "mockery/mockery" : " ^1.4.4 " ,
27
27
"moneyphp/money" : " ^3.3" ,
28
- "nesbot/carbon" : " ^2.63 " ,
29
- "orchestra/testbench" : " ^7.0" ,
30
- "phpunit/phpunit" : " ^9.4 " ,
28
+ "nesbot/carbon" : " ^2.66 " ,
29
+ "orchestra/testbench" : " ^7.0 || ^8.0 " ,
30
+ "phpunit/phpunit" : " ^9.5 " ,
31
31
"spatie/laravel-sitemap" : " ^6.0" ,
32
32
"symfony/process" : " ^6.0"
33
33
},
56
56
},
57
57
"minimum-stability" : " dev" ,
58
58
"prefer-stable" : true
59
- }
59
+ }
You can’t perform that action at this time.
0 commit comments