Skip to content

Commit 3b1a059

Browse files
committed
Add version constraints.
1 parent 5fdb30b commit 3b1a059

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Laravel Datatables can be installed with [Composer](http://getcomposer.org/doc/0
2323
Run the following command in your project to get the latest version of the package:
2424

2525
```
26-
composer require yajra/laravel-datatables-oracle
26+
composer require yajra/laravel-datatables-oracle:^7.0
2727
```
2828

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

upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<a name="v6-to-v7"></a>
44
## Upgrading from v6.x to v7.x
5-
- composer require yajra/laravel-datatables-oracle
6-
- composer require yajra/laravel-datatables-buttons
5+
- composer require yajra/laravel-datatables-oracle:^7.0
6+
- composer require yajra/laravel-datatables-buttons:^1.0
77
- php artisan vendor:publish --tag=datatables --force
88
- php artisan vendor:publish --tag=datatables-buttons --force
99

0 commit comments

Comments
 (0)