File tree 3 files changed +9
-8
lines changed 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : [8.0 , 8.1 ]
17
+ php : [8.1 , 8.2 ]
18
18
stability : [prefer-stable]
19
19
20
20
name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 1
1
# Laravel DataTables Html Plugin.
2
2
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 )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-html.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-html )
5
5
![ Build Status] ( https://github.com/yajra/laravel-datatables-html/workflows/tests/badge.svg )
6
6
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/?branch=master )
@@ -11,7 +11,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
11
11
12
12
## Requirements
13
13
14
- - [ Laravel 9 .x] ( https://github.com/laravel/framework )
14
+ - [ Laravel 10 .x] ( https://github.com/laravel/framework )
15
15
- [ Laravel DataTables] ( https://github.com/yajra/laravel-datatables )
16
16
17
17
## Documentations
@@ -25,10 +25,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
25
25
| :--------------| :--------|
26
26
| 8.x and below | 4.x |
27
27
| 9.x | 9.x |
28
+ | 10.x | 10.x |
28
29
29
30
## Quick Installation
30
31
31
- ` composer require yajra/laravel-datatables-html:^9.0 `
32
+ ` composer require yajra/laravel-datatables-html:^10 `
32
33
33
34
#### Service Provider (Optional on Laravel 5.5+)
34
35
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0.2 " ,
19
+ "php" : " ^8.1 " ,
20
20
"ext-json" : " *" ,
21
21
"yajra/laravel-datatables-oracle" : " ^10.0" ,
22
22
"laravelcollective/html" : " ^6.3.0"
23
23
},
24
24
"require-dev" : {
25
- "nunomaduro/larastan" : " ^2.1 " ,
26
- "orchestra/testbench" : " ^7.3 "
25
+ "nunomaduro/larastan" : " ^2.4 " ,
26
+ "orchestra/testbench" : " ^7.21 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
37
37
},
38
38
"extra" : {
39
39
"branch-alias" : {
40
- "dev-master" : " 9 .0-dev"
40
+ "dev-master" : " 10 .0-dev"
41
41
},
42
42
"laravel" : {
43
43
"providers" : [
You can’t perform that action at this time.
0 commit comments