Skip to content

Commit 088f22e

Browse files
committed
Bump installation to v9.0
1 parent 355d1ac commit 088f22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:^8.0
25+
composer require yajra/laravel-datatables-oracle:^9.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.0
31+
composer require yajra/laravel-datatables:^1.5
3232
```
3333

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

0 commit comments

Comments
 (0)