Skip to content

Commit

Permalink
Update composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Oct 30, 2024
1 parent 986e64d commit 2a6ee1e
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 71 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Manticore Buddy
var_dump($response);
Event

Manticore Buddy is a sidecar for Manticore Search, written in PHP, which helps with various tasks. The typical workflow is that before returning an error to the user, Manticore Search asks Buddy if it can handle it for the daemon. Buddy is written in PHP, which makes it easy to implement high-level functionalities that do not require extra-high performance.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require": {
"manticoresoftware/telemetry": "^0.1.19",
"symfony/dependency-injection": "^6.1",
"manticoresoftware/buddy-core": "dev-main",
"manticoresoftware/buddy-core": "dev-feature/cli-table-output",
"php-ds/php-ds": "^1.4",
"manticoresoftware/manticoresearch-backup": "^1.3",
"symfony/expression-language": "^6.4"
Expand Down
Loading

0 comments on commit 2a6ee1e

Please sign in to comment.