|
|
|
@ -4,7 +4,7 @@
@@ -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 @@
@@ -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 @@
@@ -2868,7 +2970,9 @@
|
|
|
|
|
"packages-dev": [], |
|
|
|
|
"aliases": [], |
|
|
|
|
"minimum-stability": "stable", |
|
|
|
|
"stability-flags": [], |
|
|
|
|
"stability-flags": { |
|
|
|
|
"kvazar/index": 20 |
|
|
|
|
}, |
|
|
|
|
"prefer-stable": true, |
|
|
|
|
"prefer-lowest": false, |
|
|
|
|
"platform": { |
|
|
|
|