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

Commit

Permalink
README requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan.babenko committed Jun 28, 2019
1 parent e8f6c13 commit c3e106a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Check out its [features](#features)!

The package has been tested in the following configuration:

* PHP version >= 7.1.3
* Laravel Framework version >= 5.6
* Elasticsearch version >= 6
* PHP version >=7.1.3, <=7.3
* Laravel Framework version 5.8
* Elasticsearch version >=6, <7

## Installation

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
}
],
"require": {
"php": ">=7.1.3",
"elasticsearch/elasticsearch": "6.*",
"laravel/scout": "7.*"
"php": "^7.1.3",
"elasticsearch/elasticsearch": "^6.0",
"laravel/scout": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "7.*",
"mockery/mockery": "1.*"
"phpunit/phpunit": "^7.0",
"mockery/mockery": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
php:
image: babenkoivan/scout-elasticsearch-driver-php-cli:1.0.1
image: babenkoivan/scout-elasticsearch-driver-php-cli:php7.2-laravel5.8
command: >
sh -c 'check-connection mysql 3306 &&
check-connection elastic 9200 &&
Expand Down

0 comments on commit c3e106a

Please sign in to comment.