File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,15 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- php : [8.3, 8.2, 8.1, 8.0 ]
16
- laravel : [11.*, 10.*, 9.* ]
15
+ php : [8.3, 8.2, 8.1]
16
+ laravel : [11.*, 10.*]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
include :
19
- - laravel : 9.*
20
- testbench : 7.*
21
19
- laravel : 10.*
22
20
testbench : 8.*
23
21
- laravel : 11.*
24
22
testbench : 9.*
25
23
exclude :
26
- - laravel : 10.*
27
- php : 8.0
28
- - laravel : 11.*
29
- php : 8.0
30
24
- laravel : 11.*
31
25
php : 8.1
32
26
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"require" : {
21
21
"php" : " ^8.0" ,
22
- "illuminate/config" : " ^9.0|^ 10.0|^11.0" ,
23
- "illuminate/console" : " ^9.0|^ 10.0|^11.0" ,
24
- "illuminate/log" : " ^9.0|^ 10.0|^11.0" ,
25
- "illuminate/support" : " ^9.0|^ 10.0|^11.0" ,
22
+ "illuminate/config" : " ^10.0|^11.0" ,
23
+ "illuminate/console" : " ^10.0|^11.0" ,
24
+ "illuminate/log" : " ^10.0|^11.0" ,
25
+ "illuminate/support" : " ^10.0|^11.0" ,
26
26
"monolog/monolog" : " ^2.0|^3.0|^11.0" ,
27
27
"cesargb/php-log-rotation" : " ^2.7"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^9.5|^ 10.5" ,
30
+ "phpunit/phpunit" : " ^10.5" ,
31
31
"friendsofphp/php-cs-fixer" : " ^3.13" ,
32
32
"nunomaduro/larastan" : " ^2.3" ,
33
- "orchestra/testbench" : " ^7.0|^ 8.0|^9.0"
33
+ "orchestra/testbench" : " ^8.0|^9.0"
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments