From 64e73ca1f35e6f2f5541003fc94721d0aa17a0cf Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 20 Mar 2023 08:40:02 +0100 Subject: [PATCH] Add manticoresearch-php --- composer.json | 1 + composer.lock | 71 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e66b8e757..3ef871a29 100644 --- a/composer.json +++ b/composer.json @@ -81,6 +81,7 @@ "laravel/ui": "^4.0", "laravelcollective/html": "^6.0", "league/climate": "^3.4", + "manticoresoftware/manticoresearch-php": "^3.0", "marcreichel/igdb-laravel": "^3.0", "mhor/php-mediainfo": "^5.0", "monicahq/laravel-cloudflare": "^3.2", diff --git a/composer.lock b/composer.lock index fa5ab2c30..9a1260107 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "601981941f1ea32a230753d6a758613e", + "content-hash": "9e449f0c9839121f386f680372a8635a", "packages": [ { "name": "aharen/omdbapi", @@ -5122,6 +5122,73 @@ ], "time": "2022-12-08T12:29:14+00:00" }, + { + "name": "manticoresoftware/manticoresearch-php", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/manticoresoftware/manticoresearch-php.git", + "reference": "ff2e7cff77e403ea1d7c5b191aa8602b539fdcb4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/manticoresoftware/manticoresearch-php/zipball/ff2e7cff77e403ea1d7c5b191aa8602b539fdcb4", + "reference": "ff2e7cff77e403ea1d7c5b191aa8602b539fdcb4", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=7.1", + "psr/log": ">=1.1" + }, + "require-dev": { + "mockery/mockery": "*", + "phpunit/phpunit": ">=7.5", + "squizlabs/php_codesniffer": ">=3.5" + }, + "suggest": { + "ext-curl": "*", + "guzzlehttp/psr7": ">=1.6", + "monolog/monolog": "*", + "php-http/curl-client": ">=1.7", + "php-http/httplug": "^1.1", + "php-http/message": "^1.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Manticoresearch\\": "src/Manticoresearch/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Manticore Software", + "email": "contact@manticoresearch.com", + "homepage": "https://manticoresearch.com/" + }, + { + "name": "Adrian Nuta", + "email": "adriannuta@gmail.com", + "role": "Developer" + } + ], + "description": "PHP Client for Manticore Search", + "keywords": [ + "client", + "manticoresearch", + "search" + ], + "support": { + "chat": "https://slack.manticoresearch.com/", + "issues": "https://github.com/manticoresoftware/manticoresearch-php/issues", + "source": "https://github.com/manticoresoftware/manticoresearch-php/" + }, + "time": "2023-03-10T10:16:05+00:00" + }, { "name": "marcreichel/igdb-laravel", "version": "3.7.0", @@ -18177,5 +18244,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }