Skip to content

Commit

Permalink
api: allow elasticsearch/elasticsearch v8+
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Jul 26, 2022
1 parent 8e6ce6e commit 5d130f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"require": {
"php": ">=7.2",
"ruflin/elastica": "^7",
"elasticsearch/elasticsearch": "~7.3.0",
"elasticsearch/elasticsearch": ">=7.3.0",
"symbiote/silverstripe-queuedjobs": "^4"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5d130f2

Please sign in to comment.