Skip to content

Commit

Permalink
Add support for Scout 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets committed Mar 13, 2019
1 parent c86f29c commit bc97a87
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3

env:
matrix:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v5.0.0) - 2019-03-13

### Added

- Added support for Scout 7

## [4.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v4.0.0) - 2018-11-15

### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie

You can install the package via composer:

**Scout 6**
**Scout 7**

``` bash
composer require pmatseykanets/laravel-scout-postgres
```

**Scout 6**

``` bash
composer require pmatseykanets/laravel-scout-postgres:4.0.0
```

**Scout 5**

``` bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"illuminate/contracts": "~5.4",
"illuminate/database": "~5.4",
"illuminate/support": "~5.4",
"laravel/scout": "~6.0"
"laravel/scout": "~7.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
Expand Down

0 comments on commit bc97a87

Please sign in to comment.