From 9b7cea2bbd430fdddee4325066f7f6ddfafea052 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 12 Feb 2024 14:46:35 +0200 Subject: [PATCH] require kvazar/index --- composer.json | 1 + composer.lock | 108 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 107 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 17669b7..d49ebff 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "ext-ctype": "*", "ext-iconv": "*", "jdenticon/jdenticon": "^1.0", + "kvazar/index": "dev-main", "symfony/console": "7.0.*", "symfony/dotenv": "7.0.*", "symfony/flex": "^2", diff --git a/composer.lock b/composer.lock index c5fd1f2..e401793 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": "5bebcc361d8f9cd6edd95e4e81591436", + "content-hash": "428edf19e120c60b3d7a86ca14b80d9b", "packages": [ { "name": "jdenticon/jdenticon", @@ -55,6 +55,108 @@ }, "time": "2022-10-30T17:15:02+00:00" }, + { + "name": "kvazar/index", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/kvazar-network/index-php.git", + "reference": "d5d793dfb5e82d764ea2d584b0cbca3e700f79e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kvazar-network/index-php/zipball/d5d793dfb5e82d764ea2d584b0cbca3e700f79e5", + "reference": "d5d793dfb5e82d764ea2d584b0cbca3e700f79e5", + "shasum": "" + }, + "require": { + "manticoresoftware/manticoresearch-php": "^3.1" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Kvazar\\Index\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Common Index API (DB model)", + "support": { + "issues": "https://github.com/kvazar-network/index-php/issues", + "source": "https://github.com/kvazar-network/index-php/tree/main" + }, + "time": "2024-02-12T01:50:47+00:00" + }, + { + "name": "manticoresoftware/manticoresearch-php", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/manticoresoftware/manticoresearch-php.git", + "reference": "a04f9cd56a64aab6a4089f663c03d5400097daa4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/manticoresoftware/manticoresearch-php/zipball/a04f9cd56a64aab6a4089f663c03d5400097daa4", + "reference": "a04f9cd56a64aab6a4089f663c03d5400097daa4", + "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-09-15T10:43:57+00:00" + }, { "name": "psr/cache", "version": "3.0.0", @@ -2868,7 +2970,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "kvazar/index": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {