Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 5d5494d

Browse files
committed
Laravel 5.6 and Scout 4.0 support
1 parent f7cd986 commit 5d5494d

File tree

3 files changed

+245
-243
lines changed

3 files changed

+245
-243
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Check out its [features](#features)!
4343

4444
The package has been tested in the following configuration:
4545

46-
* PHP version >= 7.0
47-
* Laravel Framework version >= 5.5
46+
* PHP version >= 7.1.3
47+
* Laravel Framework version >= 5.6
4848
* Elasticsearch version >= 6
4949

5050
## Installation

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
}
2222
],
2323
"require": {
24+
"php": ">=7.1.3",
2425
"elasticsearch/elasticsearch": "6.*",
25-
"laravel/scout": "3.*"
26+
"laravel/scout": "4.*"
2627
},
2728
"require-dev": {
28-
"phpunit/phpunit": "6.*",
29-
"mockery/mockery": "0.9.*"
29+
"phpunit/phpunit": "7.*",
30+
"mockery/mockery": "1.*"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)