Skip to content

Commit 7e7a09c

Browse files
committed
Bump version to L9
1 parent 13c6371 commit 7e7a09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a name="requirements"></a>
1212
### Requirements
1313

14-
- [Laravel 5.5+](https://github.com/laravel/framework)
14+
- [Laravel 9+](https://github.com/laravel/framework)
1515
- [jQuery DataTables v1.10.x](http://datatables.net/)
1616

1717
<a name="installing-laravel-datatables"></a>
@@ -22,13 +22,13 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
2222
Run the following command in your project to get the latest version of the package:
2323

2424
```bash
25-
composer require yajra/laravel-datatables-oracle:"~9.0"
25+
composer require yajra/laravel-datatables-oracle:"^10.0"
2626
```
2727

2828
If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
2929

3030
```bash
31-
composer require yajra/laravel-datatables:^1.5
31+
composer require yajra/laravel-datatables:^9.0
3232
```
3333

3434
<a name="configuration"></a>

0 commit comments

Comments
 (0)