"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "ab7ec931421b0512e82bf2ec89f13d39",
+ "content-hash": "74f5ff2baf2220129295faabc3c4dbc7",
"packages": [
{
"name": "algolia/algoliasearch-client-php",
},
"time": "2024-10-02T11:20:13+00:00"
},
+ {
+ "name": "php-http/guzzle7-adapter",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/guzzle7-adapter.git",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^7.0",
+ "php": "^7.3 | ^8.0",
+ "php-http/httplug": "^2.0",
+ "psr/http-client": "^1.0"
+ },
+ "provide": {
+ "php-http/async-client-implementation": "1.0",
+ "php-http/client-implementation": "1.0",
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "php-http/client-integration-tests": "^3.0",
+ "php-http/message-factory": "^1.1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^8.0|^9.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Http\\Adapter\\Guzzle7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com"
+ }
+ ],
+ "description": "Guzzle 7 HTTP Adapter",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "Guzzle",
+ "http"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/guzzle7-adapter/issues",
+ "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"
+ },
+ "time": "2024-11-26T11:14:36+00:00"
+ },
{
"name": "php-http/httplug",
"version": "2.4.1",
},
"time": "2024-12-21T16:25:41+00:00"
},
+ {
+ "name": "typesense/laravel-scout-typesense-driver",
+ "version": "v5.2.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/typesense/laravel-scout-typesense-driver.git",
+ "reference": "2032523072a10d5afd12108e2975ba4bc6edb504"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/typesense/laravel-scout-typesense-driver/zipball/2032523072a10d5afd12108e2975ba4bc6edb504",
+ "reference": "2032523072a10d5afd12108e2975ba4bc6edb504",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "laravel/scout": "^8.0|^9.0|^10.0",
+ "php": "^8.0",
+ "typesense/typesense-php": "^4.2"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.3",
+ "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0",
+ "phpunit/phpunit": "^8.0|^9.0|^10.5",
+ "symfony/http-client": "^5.4|^7.0"
+ },
+ "suggest": {
+ "typesense/typesense-php": "Required to use the Typesense php client."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Typesense": "Typesense\\LaravelTypesense\\TypesenseFacade"
+ },
+ "providers": [
+ "Typesense\\LaravelTypesense\\TypesenseServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Typesense\\LaravelTypesense\\": "src/",
+ "Typesense\\LaravelTypesense\\Tests\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Abdullah Al-Faqeir",
+ "email": "abdullah@devloops.net",
+ "homepage": "https://www.devloops.net",
+ "role": "Developer"
+ },
+ {
+ "name": "hi019",
+ "homepage": "https://github.com/hi019",
+ "role": "Developer"
+ }
+ ],
+ "description": "Laravel Scout Driver for Typesense",
+ "homepage": "https://typesense.org",
+ "keywords": [
+ "laravel",
+ "search",
+ "typesense"
+ ],
+ "support": {
+ "issues": "https://github.com/typesense/laravel-scout-typesense-driver/issues",
+ "source": "https://github.com/typesense/laravel-scout-typesense-driver/tree/v5.2.9"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/typesense",
+ "type": "github"
+ }
+ ],
+ "time": "2024-04-07T13:33:52+00:00"
+ },
{
"name": "typesense/typesense-php",
- "version": "v5.0.2",
+ "version": "v4.9.3",
"source": {
"type": "git",
"url": "https://github.com/typesense/typesense-php.git",
- "reference": "513270e6a124101c25b03ee27598efd6b87fbec0"
+ "reference": "50fc2089ff4829c8e0e11d8c674e9da085b49998"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/typesense/typesense-php/zipball/513270e6a124101c25b03ee27598efd6b87fbec0",
- "reference": "513270e6a124101c25b03ee27598efd6b87fbec0",
+ "url": "https://api.github.com/repos/typesense/typesense-php/zipball/50fc2089ff4829c8e0e11d8c674e9da085b49998",
+ "reference": "50fc2089ff4829c8e0e11d8c674e9da085b49998",
"shasum": ""
},
"require": {
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
- "mockery/mockery": "^1.6",
- "phpunit/phpunit": "^11.2",
"squizlabs/php_codesniffer": "3.*",
"symfony/http-client": "^5.2"
},
"type": "github"
}
],
- "time": "2025-02-24T21:13:28+00:00"
+ "time": "2024-04-29T15:34:34+00:00"
},
{
"name": "vaites/php-apache-tika",
*/
'algolia' => [
- 'id' => env('ALGOLIA_APP_ID', '2DN9N2PQBK'),
- 'secret' => env('ALGOLIA_SECRET', '8a1916ad1188b1b570cb85a43e5be2fa'),
+ 'id' => env('ALGOLIA_APP_ID', ''),
+ 'secret' => env('ALGOLIA_SECRET', ''),
'search_key' => env('ALGOLIA_SEARCH_KEY'),
],
+ 'typesense' => [
+ 'api_key' => env('TYPESENSE_API_KEY', 'xyz'),
+ 'nodes' => [
+ [
+ 'host' => env('TYPESENSE_HOST', 'localhost'),
+ 'port' => env('TYPESENSE_PORT', '8108'),
+ 'path' => env('TYPESENSE_PATH', ''),
+ 'protocol' => env('TYPESENSE_PROTOCOL', 'http'),
+ ],
+ ],
+ 'nearest_node' => [
+ 'host' => env('TYPESENSE_HOST', 'localhost'),
+ 'port' => env('TYPESENSE_PORT', '8108'),
+ 'path' => env('TYPESENSE_PATH', ''),
+ 'protocol' => env('TYPESENSE_PROTOCOL', 'http'),
+ ],
+ 'connection_timeout_seconds' => 2,
+ 'healthcheck_interval_seconds' => 30,
+ 'num_retries' => 3,
+ 'retry_interval_seconds' => 1,
+ ],
+
];