Skip to content

Commit bf41fba

Browse files
committed
docs: laravel 10
1 parent c995acd commit bf41fba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel DataTables Html 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-html.svg)](https://packagist.org/packages/yajra/laravel-datatables-html)
55
![Build Status](https://github.com/yajra/laravel-datatables-html/workflows/tests/badge.svg)
66
[![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)
@@ -25,10 +25,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2525
|:--------------|:--------|
2626
| 8.x and below | 4.x |
2727
| 9.x | 9.x |
28+
| 10.x | 10.x |
2829

2930
## Quick Installation
3031

31-
`composer require yajra/laravel-datatables-html:^9.0`
32+
`composer require yajra/laravel-datatables-html:^10`
3233

3334
#### Service Provider (Optional on Laravel 5.5+)
3435

0 commit comments

Comments
 (0)