We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42d16d commit 3b9e9f8Copy full SHA for 3b9e9f8
installation.md
@@ -22,7 +22,7 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
22
Run the following command in your project to get the latest version of the package:
23
24
```bash
25
-composer require yajra/laravel-datatables-oracle:^9.0
+composer require yajra/laravel-datatables-oracle:"~9.0"
26
```
27
28
If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
0 commit comments