Skip to content

Commit

Permalink
Merge pull request #330 from nextcloud/fix/270/fix-composer
Browse files Browse the repository at this point in the history
composer update
  • Loading branch information
ArtificialOwl authored Nov 29, 2023
2 parents e9b4068 + 465e0dc commit 218545f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 471 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
}
},
"require": {
"elasticsearch/elasticsearch": "8.8.2"
"elasticsearch/elasticsearch": "^8.11"
},
"replace": {
"psr/log": "*"
"psr/log": "*",
"guzzlehttp/guzzle": "*"
}
}
Loading

0 comments on commit 218545f

Please sign in to comment.