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)!
4848
4949The package has been tested in the following configuration:
5050
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
5454
5555## Installation
5656
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.7'
22
33services :
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 &&
You can’t perform that action at this time.
0 commit comments