Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak authored Jan 15, 2024
1 parent 926c2d0 commit e7be2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ https://github.com/TomLingham/Laravel-Searchy/tree/1.0

## Installation

Add `"highsolutions/laravel-searchy" : "^8.0"` to your composer.json file under `require`:
Add `"highsolutions/laravel-searchy" : "^10.0"` to your composer.json file under `require`:

```json
"require": {
"highsolutions/laravel-searchy" : "^8.0"
"highsolutions/laravel-searchy" : "^10.0"
}
```

Run `composer update` in your terminal to pull down the package into your vendors folder.

Supports Laravel 6, 7, 8, 9.
Supports Laravel 6, 7, 8, 9, 10.

## Usage

Expand Down

0 comments on commit e7be2cc

Please sign in to comment.