Add manticoresearch-php

This commit is contained in:
DariusIII
2023-03-20 08:40:02 +01:00
parent be1fd00c5e
commit 64e73ca1f3
2 changed files with 70 additions and 2 deletions
+1
View File
@@ -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",
Generated
+69 -2
View File
@@ -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"
}