Skip to content

Commit 4850d2c

Browse files
committed
Update version compatibility
1 parent bb965cc commit 4850d2c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

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

3-
[![Laravel 8.x](https://img.shields.io/badge/Laravel-8.x-orange.svg)](http://laravel.com)
3+
[![Laravel 8|9](https://img.shields.io/badge/Laravel-8|9-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
[![Build Status](https://travis-ci.org/yajra/laravel-datatables-export.svg?branch=master)](https://travis-ci.org/yajra/laravel-datatables-export)
66
[![Total Downloads](https://img.shields.io/packagist/dt/yajra/laravel-datatables-export.svg)](https://packagist.org/packages/yajra/laravel-datatables-export)
@@ -11,7 +11,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
1111
## Requirements
1212

1313
- [PHP >=7.4](http://php.net/)
14-
- [Laravel 8.x](https://github.com/laravel/framework)
14+
- [Laravel 8+](https://github.com/laravel/framework)
1515
- [Laravel Livewire](https://laravel-livewire.com/)
1616
- [Spout](https://github.com/box/spout)
1717
- [Laravel DataTables 9.x](https://github.com/yajra/laravel-datatables)
@@ -21,10 +21,6 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2121

2222
- [Laravel DataTables Documentation](http://yajrabox.com/docs/laravel-datatables)
2323

24-
## NOTE
25-
26-
This version is still on experimental stage.
27-
2824
## Quick Installation
2925

3026
`composer require yajra/laravel-datatables-export -W`

0 commit comments

Comments
 (0)