search fix
This commit is contained in:
Generated
+1
-205
@@ -4,163 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c042c0c871352d0b2fbd12893a3cb9ae",
|
||||
"content-hash": "1125fcd2a303fd68a7e84ac445b3b914",
|
||||
"packages": [
|
||||
{
|
||||
"name": "algolia/algoliasearch-client-php",
|
||||
"version": "3.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/algolia/algoliasearch-client-php.git",
|
||||
"reference": "cf87b649f745479c0800299481d91dc303e23cea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/cf87b649f745479c0800299481d91dc303e23cea",
|
||||
"reference": "cf87b649f745479c0800299481d91dc303e23cea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.3 || ^8.0",
|
||||
"psr/http-message": "^1.1 || ^2.0",
|
||||
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||||
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"fzaninotto/faker": "^1.8",
|
||||
"phpunit/phpunit": "^8.0 || ^9.0",
|
||||
"symfony/yaml": "^2.0 || ^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
|
||||
},
|
||||
"bin": [
|
||||
"bin/algolia-doctor"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.0": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/Http/Psr7/functions.php",
|
||||
"src/functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Algolia\\AlgoliaSearch\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Algolia Team",
|
||||
"email": "contact@algolia.com"
|
||||
}
|
||||
],
|
||||
"description": "Algolia Search API Client for PHP",
|
||||
"keywords": [
|
||||
"algolia",
|
||||
"api",
|
||||
"client",
|
||||
"php",
|
||||
"search"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/algolia/algoliasearch-client-php/issues",
|
||||
"source": "https://github.com/algolia/algoliasearch-client-php/tree/3.4.1"
|
||||
},
|
||||
"time": "2023-08-28T14:34:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "algolia/scout-extended",
|
||||
"version": "v3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/algolia/scout-extended.git",
|
||||
"reference": "74d8c73955c07ce52633f74005624545239a9522"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/algolia/scout-extended/zipball/74d8c73955c07ce52633f74005624545239a9522",
|
||||
"reference": "74d8c73955c07ce52633f74005624545239a9522",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"algolia/algoliasearch-client-php": "^3.0.0",
|
||||
"ext-json": "*",
|
||||
"illuminate/console": "^9.0|^10.0|^11.0",
|
||||
"illuminate/contracts": "^9.0|^10.0|^11.0",
|
||||
"illuminate/database": "^9.0|^10.0|^11.0",
|
||||
"illuminate/filesystem": "^9.0|^10.0|^11.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0",
|
||||
"laravel/scout": "^9.0|^10.0",
|
||||
"php": "^8.0",
|
||||
"riimu/kit-phpencoder": "^2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.13",
|
||||
"laravel/legacy-factories": "^1.1",
|
||||
"mockery/mockery": "^1.4",
|
||||
"nunomaduro/larastan": "^1.0|^2.0",
|
||||
"orchestra/testbench": "^4.9|^5.9|^6.6|^7.0|^8.0|^9.0",
|
||||
"phpstan/phpstan": "^1.3",
|
||||
"phpunit/phpunit": "^8.0|^9.0|^10.5"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-dom": "Required to use the HTML Splitter."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Algolia\\ScoutExtended\\ScoutExtendedServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Algolia\\ScoutExtended\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nuno Maduro",
|
||||
"email": "enunomaduro@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Algolia Team",
|
||||
"email": "contact@algolia.com"
|
||||
}
|
||||
],
|
||||
"description": "Scout Extended extends Laravel Scout adding algolia-specific features",
|
||||
"keywords": [
|
||||
"algolia",
|
||||
"analytics",
|
||||
"extended",
|
||||
"laravel",
|
||||
"places",
|
||||
"scout",
|
||||
"search"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/algolia/scout-extended/issues",
|
||||
"source": "https://github.com/algolia/scout-extended/tree/v3.1.0"
|
||||
},
|
||||
"time": "2024-03-21T14:34:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "arielmejiadev/larapex-charts",
|
||||
"version": "2.1.1",
|
||||
@@ -4294,55 +4139,6 @@
|
||||
],
|
||||
"time": "2024-04-27T21:32:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "riimu/kit-phpencoder",
|
||||
"version": "v2.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Riimu/Kit-PHPEncoder.git",
|
||||
"reference": "72ff7825de193b272e17b228394819dbfc638e72"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Riimu/Kit-PHPEncoder/zipball/72ff7825de193b272e17b228394819dbfc638e72",
|
||||
"reference": "72ff7825de193b272e17b228394819dbfc638e72",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Riimu\\Kit\\PHPEncoder\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Riikka Kalliomäki",
|
||||
"email": "riikka.kalliomaki@gmail.com",
|
||||
"homepage": "http://riimu.net"
|
||||
}
|
||||
],
|
||||
"description": "Highly customizable alternative to var_export for PHP code generation",
|
||||
"homepage": "http://kit.riimu.net",
|
||||
"keywords": [
|
||||
"code",
|
||||
"encoder",
|
||||
"export",
|
||||
"generator",
|
||||
"variable"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Riimu/Kit-PHPEncoder/issues",
|
||||
"source": "https://github.com/Riimu/Kit-PHPEncoder/tree/v2.4.2"
|
||||
},
|
||||
"time": "2022-12-10T18:12:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "robertboes/inertia-breadcrumbs",
|
||||
"version": "0.6.0",
|
||||
|
||||
Reference in New Issue
Block a user