File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
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 11# Laravel DataTables Fractal Plugin
22
3- [ ![ Laravel 9 .x] ( https://img.shields.io/badge/Laravel-9 .x-orange.svg )] ( http://laravel.com )
3+ [ ![ Laravel 10 .x] ( https://img.shields.io/badge/Laravel-10 .x-orange.svg )] ( http://laravel.com )
44[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-fractal.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-fractal )
55[ ![ Build Status] ( https://travis-ci.org/yajra/laravel-datatables-fractal.svg?branch=master )] ( https://travis-ci.org/yajra/laravel-datatables-fractal )
66[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/?branch=master )
@@ -11,7 +11,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
1111
1212## Requirements
1313
14- - [ PHP >= 8.0.2 ] ( http://php.net/ )
14+ - [ PHP >= 8.1 ] ( http://php.net/ )
1515- [ Laravel 9.x] ( https://github.com/laravel/framework )
1616- [ Laravel DataTables] ( https://github.com/yajra/laravel-datatables )
1717
@@ -25,6 +25,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2525| :--------------| :--------|
2626| 8.x and below | 1.x |
2727| 9.x | 9.x |
28+ | 10.x | 10.x |
2829
2930## Quick Installation
3031
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