Skip to content

Commit cf765cb

Browse files
committed
docs: laravel 10
1 parent dfc482a commit cf765cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel DataTables Buttons 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-buttons.svg)](https://packagist.org/packages/yajra/laravel-datatables-buttons)
55
[![Build Status](https://travis-ci.org/yajra/laravel-datatables-buttons.svg?branch=master)](https://travis-ci.org/yajra/laravel-datatables-buttons)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yajra/laravel-datatables-buttons/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yajra/laravel-datatables-buttons/?branch=master)
@@ -11,8 +11,8 @@ 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/)
15-
- [Laravel 9.x](https://github.com/laravel/framework)
14+
- [PHP >= 8.1](http://php.net/)
15+
- [Laravel 10.x](https://github.com/laravel/framework)
1616
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
1717
- [jQuery DataTables v1.10.x](http://datatables.net/)
1818
- [jQuery DataTables Buttons Extension](https://datatables.net/reference/button/)
@@ -27,10 +27,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2727
|:--------------|:--------|
2828
| 8.x and below | 4.x |
2929
| 9.x | 9.x |
30+
| 10.x | 10.x |
3031

3132
## Quick Installation
3233

33-
`composer require yajra/laravel-datatables-buttons:^9.0`
34+
`composer require yajra/laravel-datatables-buttons:^10`
3435

3536
#### Service Provider (Optional on Laravel 5.5)
3637

0 commit comments

Comments
 (0)