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

Commit c3e106a

Browse files
author
ivan.babenko
committed
README requirements
1 parent e8f6c13 commit c3e106a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Check out its [features](#features)!
4848

4949
The package has been tested in the following configuration:
5050

51-
* PHP version >= 7.1.3
52-
* Laravel Framework version >= 5.6
53-
* Elasticsearch version >= 6
51+
* PHP version >=7.1.3, <=7.3
52+
* Laravel Framework version 5.8
53+
* Elasticsearch version >=6, <7
5454

5555
## Installation
5656

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.1.3",
25-
"elasticsearch/elasticsearch": "6.*",
26-
"laravel/scout": "7.*"
24+
"php": "^7.1.3",
25+
"elasticsearch/elasticsearch": "^6.0",
26+
"laravel/scout": "^7.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "7.*",
30-
"mockery/mockery": "1.*"
29+
"phpunit/phpunit": "^7.0",
30+
"mockery/mockery": "^1.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22

33
services:
44
php:
5-
image: babenkoivan/scout-elasticsearch-driver-php-cli:1.0.1
5+
image: babenkoivan/scout-elasticsearch-driver-php-cli:php7.2-laravel5.8
66
command: >
77
sh -c 'check-connection mysql 3306 &&
88
check-connection elastic 9200 &&

0 commit comments

Comments
 (0)