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

Commit

Permalink
Merge pull request #299 from AegirLeet/elasticsearch-7.4.1
Browse files Browse the repository at this point in the history
Allow elasticsearch/elasticsearch >= 7.4.1
  • Loading branch information
babenkoivan authored Jan 19, 2020
2 parents 9095b89 + aca0ddb commit 03a4283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^7.1.3",
"elasticsearch/elasticsearch": "7.3.*",
"elasticsearch/elasticsearch": "^7.0 !=7.4.0",
"laravel/scout": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 03a4283

Please sign in to comment.