Skip to content

Commit f4000ec

Browse files
authored
install old version composer install bugfix
1 parent cb365c6 commit f4000ec

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:"^8.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.0"
3232
```
3333

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

0 commit comments

Comments
 (0)