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 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
6
5
- 7.2
6
+ - 7.3
7
7
8
8
env :
9
9
matrix :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## [ 4.0.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v4.0.0 ) - 2018-11-15
4
10
5
11
### 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
32
32
33
33
You can install the package via composer:
34
34
35
- ** Scout 6 **
35
+ ** Scout 7 **
36
36
37
37
``` bash
38
38
composer require pmatseykanets/laravel-scout-postgres
39
39
```
40
40
41
+ ** Scout 6**
42
+
43
+ ``` bash
44
+ composer require pmatseykanets/laravel-scout-postgres:4.0.0
45
+ ```
46
+
41
47
** Scout 5**
42
48
43
49
``` bash
Original file line number Diff line number Diff line change 27
27
"illuminate/contracts" : " ~5.4" ,
28
28
"illuminate/database" : " ~5.4" ,
29
29
"illuminate/support" : " ~5.4" ,
30
- "laravel/scout" : " ~6 .0"
30
+ "laravel/scout" : " ~7 .0"
31
31
},
32
32
"require-dev" : {
33
33
"phpunit/phpunit" : " ~6.0" ,
You can’t perform that action at this time.
0 commit comments