Skip to content

Commit a1571e2

Browse files
committed
chore: bump versions
1 parent 6e46a6a commit a1571e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel DataTables Export Plugin
22

3-
[![Laravel 8|9|10](https://img.shields.io/badge/Laravel-8|9|10-orange.svg)](http://laravel.com)
3+
[![Laravel 11](https://img.shields.io/badge/Laravel-11-orange.svg)](http://laravel.com)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-export.svg)](https://packagist.org/packages/yajra/laravel-datatables-export)
55
[![Continuous Integration](https://github.com/yajra/laravel-datatables-export/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-datatables-export/actions/workflows/continuous-integration.yml)
66
[![Static Analysis](https://github.com/yajra/laravel-datatables-export/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-datatables-export/actions/workflows/static-analysis.yml)
@@ -12,11 +12,11 @@ exporting using Queue, OpenSpout and Livewire.
1212

1313
## Requirements
1414

15-
- [PHP >=8.1](http://php.net/)
16-
- [Laravel 10](https://github.com/laravel/framework)
15+
- [PHP >=8.2](http://php.net/)
16+
- [Laravel 11](https://github.com/laravel/framework)
1717
- [Laravel Livewire](https://laravel-livewire.com/)
1818
- [OpenSpout](https://github.com/openspout/openspout/)
19-
- [Laravel DataTables 10.x](https://github.com/yajra/laravel-datatables)
19+
- [Laravel DataTables 11.x](https://github.com/yajra/laravel-datatables)
2020
- [jQuery DataTables v1.10.x](http://datatables.net/)
2121

2222
## Documentations
@@ -30,10 +30,11 @@ exporting using Queue, OpenSpout and Livewire.
3030
| 8.x | 0.x |
3131
| 9.x | 1.x |
3232
| 10.x | 10.x |
33+
| 11.x | 11.x |
3334

3435
## Quick Installation
3536

36-
`composer require yajra/laravel-datatables-export`
37+
`composer require yajra/laravel-datatables-export:^11.0`
3738

3839
The package also requires batch job:
3940

0 commit comments

Comments
 (0)