File tree 2 files changed +7
-14
lines changed 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [8.1, 8. 2, 8.3]
13
- laravel : [10.*, 11.*, 12.*]
12
+ php : [8.2, 8.3]
13
+ laravel : [11.*, 12.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
- exclude :
16
- - php : 8.1
17
- laravel : 11.*
18
- - php : 8.1
19
- laravel : 12.*
20
15
include :
21
- - laravel : 10.*
22
- testbench : 8.*
23
16
- laravel : 11.*
24
17
testbench : 9.*
25
18
- laravel : 12.*
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 " ,
20
- "illuminate/console" : " ^10.0|^ 11.0|^12.0" ,
21
- "illuminate/support" : " ^10.0|^ 11.0|^12.0"
19
+ "php" : " ^8.2 " ,
20
+ "illuminate/console" : " ^11.0|^12.0" ,
21
+ "illuminate/support" : " ^11.0|^12.0"
22
22
},
23
23
"require-dev" : {
24
24
"mockery/mockery" : " ^1.4" ,
25
- "orchestra/testbench" : " ^8.0|^ 9.0|^10.0" ,
26
- "phpunit/phpunit" : " ^10.5|^ 11.5.3" ,
25
+ "orchestra/testbench" : " ^9.0|^10.0" ,
26
+ "phpunit/phpunit" : " ^11.5.3" ,
27
27
"squizlabs/php_codesniffer" : " ^3.6"
28
28
},
29
29
"autoload" : {
You can’t perform that action at this time.
0 commit comments