File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : true
1616 matrix :
17- php : [8.0 , 8.1 ]
17+ php : [8.1 , 8.2 ]
1818 stability : [prefer-stable]
1919
2020 name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=8.0.2 " ,
18+ "php" : " ^8.1 " ,
1919 "yajra/laravel-datatables-oracle" : " ^10.0" ,
2020 "league/fractal" : " ^0.20.1"
2121 },
2222 "require-dev" : {
23- "nunomaduro/larastan" : " ^2.1 " ,
24- "orchestra/testbench" : " ^7.3 "
23+ "nunomaduro/larastan" : " ^2.4 " ,
24+ "orchestra/testbench" : " ^7.21 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
3535 },
3636 "extra" : {
3737 "branch-alias" : {
38- "dev-master" : " 9 .0-dev"
38+ "dev-master" : " 10 .0-dev"
3939 },
4040 "laravel" : {
4141 "providers" : [
You can’t perform that action at this time.
0 commit comments