From 88d3837e5a2214a8352bc56bf73ebf64ed6765c8 Mon Sep 17 00:00:00 2001 From: Phan An Date: Fri, 25 Dec 2020 13:41:08 +0100 Subject: [PATCH] build(deps): add algolia/algoliasearch-client-php --- composer.json | 3 +- composer.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 141aacfc..7e00d9fc 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "laravel/sanctum": "^2.6", "doctrine/dbal": "^2.10", "lstrojny/functional-php": "^1.14", - "teamtnt/laravel-scout-tntsearch-driver": "^11.1" + "teamtnt/laravel-scout-tntsearch-driver": "^11.1", + "algolia/algoliasearch-client-php": "^2.7" }, "require-dev": { "facade/ignition": "^2.5", diff --git a/composer.lock b/composer.lock index 698f7571..96abdd1c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,82 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7b7d97f1f8c3818ebfed25d4e6ccf591", + "content-hash": "ceda205b0b1778c731d20a322f57f8b1", "packages": [ + { + "name": "algolia/algoliasearch-client-php", + "version": "2.7.3", + "source": { + "type": "git", + "url": "https://github.com/algolia/algoliasearch-client-php.git", + "reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/142a382e4649db0cb64d9eb8893872f1a4ba8dd3", + "reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "php": "^5.3 || ^7.0 || ^8.0", + "psr/http-message": "^1.0", + "psr/log": "^1.0", + "psr/simple-cache": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "fzaninotto/faker": "^1.8", + "julienbourdeau/phpunit": "4.8.37", + "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": { + "psr-4": { + "Algolia\\AlgoliaSearch\\": "src/" + }, + "files": [ + "src/Http/Psr7/functions.php", + "src/functions.php" + ] + }, + "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/2.7.3" + }, + "time": "2020-12-22T11:27:03+00:00" + }, { "name": "aws/aws-sdk-php", "version": "3.171.5",