Skip to content

Commit 359fa84

Browse files
committed
docs: bump version
1 parent c63ec02 commit 359fa84

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

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

3-
[![Laravel 10.x](https://img.shields.io/badge/Laravel-10.x-orange.svg)](http://laravel.com)
3+
[![Laravel 11.x](https://img.shields.io/badge/Laravel-11.x-orange.svg)](http://laravel.com)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-fractal.svg)](https://packagist.org/packages/yajra/laravel-datatables-fractal)
55
[![Build Status](https://travis-ci.org/yajra/laravel-datatables-fractal.svg?branch=master)](https://travis-ci.org/yajra/laravel-datatables-fractal)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/?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.1](http://php.net/)
15-
- [Laravel 10.x](https://github.com/laravel/framework)
14+
- [PHP >= 8.2](http://php.net/)
15+
- [Laravel 11.x](https://github.com/laravel/framework)
1616
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
1717

1818
## Documentations
@@ -26,10 +26,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2626
| 8.x and below | 1.x |
2727
| 9.x | 9.x |
2828
| 10.x | 10.x |
29+
| 11.x | 11.x |
2930

3031
## Quick Installation
3132

32-
`composer require yajra/laravel-datatables-fractal`
33+
`composer require yajra/laravel-datatables-fractal:^11.0`
3334

3435
### Register Service Provider (Optional on Laravel 5.5+)
3536

@@ -57,8 +58,3 @@ If you discover any security related issues, please email [aqangeles@gmail.com](
5758
## License
5859

5960
The MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-fractal/blob/master/LICENSE.md) for more information.
60-
61-
## Buy me a coffee
62-
63-
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/yajra)
64-
<a href='https://www.patreon.com/bePatron?u=4521203'><img alt='Become a Patron' src='https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png' border='0' width='200px' ></a>

0 commit comments

Comments
 (0)