File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.0
54 - 7.1
65 - 7.2
6+ - 7.3
77
88env :
99 matrix :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -32,12 +32,18 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
3232
3333You can install the package via composer:
3434
35- ** Scout 6 **
35+ ** Scout 7 **
3636
3737``` bash
3838composer 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments