File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
1212 php : [7.4]
13- laravel : [7 .*]
13+ laravel : [8 .*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
16- - laravel : 7 .*
17- testbench : 5 .*
16+ - laravel : 8 .*
17+ testbench : 6 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change 2020 "require" : {
2121 "php" : " ^7.4" ,
2222 "digikraaft/paystack-php" : " ^1.0" ,
23- "illuminate/console" : " ^7.24 " ,
24- "illuminate/pagination" : " ^7.24 " ,
25- "illuminate/support" : " ^7.24 " ,
26- "spatie/laravel-dashboard" : " ^1 .0"
23+ "illuminate/console" : " ^8.0 " ,
24+ "illuminate/pagination" : " ^8.0 " ,
25+ "illuminate/support" : " ^8.0 " ,
26+ "spatie/laravel-dashboard" : " ^2 .0"
2727 },
2828 "require-dev" : {
2929 "phpunit/phpunit" : " ^9.0"
You can’t perform that action at this time.
0 commit comments