Skip to content

Commit bc97a87

Browse files
committed
Add support for Scout 7
1 parent c86f29c commit bc97a87

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
77

88
env:
99
matrix:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v5.0.0) - 2019-03-13
4+
5+
### Added
6+
7+
- Added support for Scout 7
8+
39
## [4.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v4.0.0) - 2018-11-15
410

511
### Added

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
3232

3333
You can install the package via composer:
3434

35-
**Scout 6**
35+
**Scout 7**
3636

3737
``` bash
3838
composer require pmatseykanets/laravel-scout-postgres
3939
```
4040

41+
**Scout 6**
42+
43+
``` bash
44+
composer require pmatseykanets/laravel-scout-postgres:4.0.0
45+
```
46+
4147
**Scout 5**
4248

4349
``` bash

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"illuminate/contracts": "~5.4",
2828
"illuminate/database": "~5.4",
2929
"illuminate/support": "~5.4",
30-
"laravel/scout": "~6.0"
30+
"laravel/scout": "~7.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "~6.0",

0 commit comments

Comments
 (0)