This repository was archived by the owner on Nov 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ Check out its [features](#features)!
48
48
49
49
The package has been tested in the following configuration:
50
50
51
- * PHP version > ; = 7.1.3
52
- * Laravel Framework version & gt ; = 5.6
53
- * Elasticsearch version > ; = 6
51
+ * PHP version > ; =7.1.3, & lt ; =7 .3
52
+ * Laravel Framework version 5.8
53
+ * Elasticsearch version > ; =6, & lt ; 7
54
54
55
55
## Installation
56
56
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"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 "
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " 7.* " ,
30
- "mockery/mockery" : " 1.* "
29
+ "phpunit/phpunit" : " ^7.0 " ,
30
+ "mockery/mockery" : " ^1.0 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.7'
2
2
3
3
services :
4
4
php :
5
- image : babenkoivan/scout-elasticsearch-driver-php-cli:1.0.1
5
+ image : babenkoivan/scout-elasticsearch-driver-php-cli:php7.2-laravel5.8
6
6
command : >
7
7
sh -c 'check-connection mysql 3306 &&
8
8
check-connection elastic 9200 &&
You can’t perform that action at this time.
0 commit comments