From fa7ad6178903a3687f07a2937f5e2c41fab0f369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:05:28 +0000 Subject: [PATCH] Bump algolia/algoliasearch-client-php from 3.4.1 to 4.5.0 Bumps [algolia/algoliasearch-client-php](https://github.com/algolia/algoliasearch-client-php) from 3.4.1 to 4.5.0. - [Release notes](https://github.com/algolia/algoliasearch-client-php/releases) - [Changelog](https://github.com/algolia/algoliasearch-client-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/algolia/algoliasearch-client-php/compare/3.4.1...4.5.0) --- updated-dependencies: - dependency-name: algolia/algoliasearch-client-php dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 67 ++++++++++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 325d524..499fac2 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "require": { "php": "^8.2", - "algolia/algoliasearch-client-php": "^3.4", + "algolia/algoliasearch-client-php": "^4.5", "laravel/framework": "^11.9", "laravel/sanctum": "^4.0", "laravel/scout": "^10.9", diff --git a/composer.lock b/composer.lock index e738142..e22bfd5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,81 +4,76 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "38aae4ac17c6b5f07f87003dcd814f8b", + "content-hash": "633e11ef22480ee033750c417a8d75d3", "packages": [ { "name": "algolia/algoliasearch-client-php", - "version": "3.4.1", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/algolia/algoliasearch-client-php.git", - "reference": "cf87b649f745479c0800299481d91dc303e23cea" + "reference": "a95024f72981175d249dd5cde3713209bd249545" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/cf87b649f745479c0800299481d91dc303e23cea", - "reference": "cf87b649f745479c0800299481d91dc303e23cea", + "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/a95024f72981175d249dd5cde3713209bd249545", + "reference": "a95024f72981175d249dd5cde3713209bd249545", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "php": "^7.3 || ^8.0", + "guzzlehttp/psr7": "^2.0", + "php": ">=8.1", "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" + "friendsofphp/php-cs-fixer": "^2.0 || ^3.5.0", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "^11.0", + "vlucas/phpdotenv": "^5.4" }, "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" + "lib/Http/Psr7/functions.php" ], "psr-4": { - "Algolia\\AlgoliaSearch\\": "src/" + "Algolia\\AlgoliaSearch\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "unlicense" ], "authors": [ { - "name": "Algolia Team", - "email": "contact@algolia.com" + "name": "OpenAPI-Generator contributors", + "homepage": "https://openapi-generator.tech" } ], - "description": "Algolia Search API Client for PHP", + "description": "API powering the features of Algolia.", + "homepage": "https://openapi-generator.tech", "keywords": [ - "algolia", "api", - "client", + "openapi", + "openapi-generator", + "openapitools", "php", - "search" + "rest", + "sdk" ], "support": { "issues": "https://github.com/algolia/algoliasearch-client-php/issues", - "source": "https://github.com/algolia/algoliasearch-client-php/tree/3.4.1" + "source": "https://github.com/algolia/algoliasearch-client-php/tree/4.5.0" }, - "time": "2023-08-28T14:34:04+00:00" + "time": "2024-10-01T07:31:12+00:00" }, { "name": "aws/aws-crt-php", @@ -3828,16 +3823,16 @@ }, { "name": "psr/log", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "79dff0b268932c640297f5208d6298f71855c03e" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e", - "reference": "79dff0b268932c640297f5208d6298f71855c03e", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -3872,9 +3867,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.1" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2024-08-21T13:31:24+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache",