File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 7.0.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v7.0.0 ) - 2020-03-08
4
+
5
+ ### Added
6
+
7
+ - Added support for Laravel 7
8
+
9
+ ### Removed
10
+
11
+ - Removed support for Laravel 5
12
+
3
13
## [ 6.0.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v6.0.0 ) - 2019-09-19
4
14
5
15
### Added
Original file line number Diff line number Diff line change @@ -32,10 +32,16 @@ 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 8**
36
+
37
+ ``` bash
38
+ composer require pmatseykanets/laravel-scout-postgres:7.0.0
39
+ ```
40
+
35
41
** Scout 7**
36
42
37
43
``` bash
38
- composer require pmatseykanets/laravel-scout-postgres
44
+ composer require pmatseykanets/laravel-scout-postgres:5.0.0
39
45
```
40
46
41
47
** Scout 6**
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " ^7.2" ,
27
- "illuminate/contracts" : " ~5.4|~6 .0" ,
28
- "illuminate/database" : " ~5.4|~6 .0" ,
29
- "illuminate/support" : " ~5.4|~6 .0" ,
30
- "laravel/scout" : " ~7 .0"
27
+ "illuminate/contracts" : " ~6.0|~7 .0" ,
28
+ "illuminate/database" : " ~6.0|~7 .0" ,
29
+ "illuminate/support" : " ~6.0|~7 .0" ,
30
+ "laravel/scout" : " ~8 .0"
31
31
},
32
32
"require-dev" : {
33
33
"phpunit/phpunit" : " ^8.3" ,
You can’t perform that action at this time.
0 commit comments