From 6d524521ea1f66222b4a06419a1d3535661cf18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:02:53 +0000 Subject: [PATCH] Bump manticoresoftware/manticoresearch-php from 3.1.0 to 3.2.0 Bumps [manticoresoftware/manticoresearch-php](https://github.com/manticoresoftware/manticoresearch-php) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/manticoresoftware/manticoresearch-php/releases) - [Commits](https://github.com/manticoresoftware/manticoresearch-php/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: manticoresoftware/manticoresearch-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index e722802af..855f38f5a 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "livewire/livewire": "^3.5", "livewire/volt": "^1.6", "mailerlite/laravel-elasticsearch": "^11.1", - "manticoresoftware/manticoresearch-php": "3.1.0", + "manticoresoftware/manticoresearch-php": "3.2.0", "marcreichel/igdb-laravel": "^4.3", "mhor/php-mediainfo": "^5.6", "monicahq/laravel-cloudflare": "^3.7", diff --git a/composer.lock b/composer.lock index 80e1bfb41..c0ae17586 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d5779421fb03ad54a5fe739dd33b795e", + "content-hash": "da002d774ec3e9436dc854fad79b8799", "packages": [ { "name": "aharen/omdbapi", @@ -5213,27 +5213,30 @@ }, { "name": "manticoresoftware/manticoresearch-php", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/manticoresoftware/manticoresearch-php.git", - "reference": "a04f9cd56a64aab6a4089f663c03d5400097daa4" + "reference": "02950b0f73ba8ad72d3f48bed4471b582b87ae8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/manticoresoftware/manticoresearch-php/zipball/a04f9cd56a64aab6a4089f663c03d5400097daa4", - "reference": "a04f9cd56a64aab6a4089f663c03d5400097daa4", + "url": "https://api.github.com/repos/manticoresoftware/manticoresearch-php/zipball/02950b0f73ba8ad72d3f48bed4471b582b87ae8d", + "reference": "02950b0f73ba8ad72d3f48bed4471b582b87ae8d", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=7.1", - "psr/log": ">=1.1" + "php": "^7.4|^8.0", + "php-http/discovery": "^1.14", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "require-dev": { "mockery/mockery": "*", - "phpunit/phpunit": ">=7.5", - "squizlabs/php_codesniffer": ">=3.5" + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": ">=7.5 || ^9.6", + "slevomat/coding-standard": "^7.0", + "squizlabs/php_codesniffer": "^3.7" }, "suggest": { "ext-curl": "*", @@ -5276,7 +5279,7 @@ "issues": "https://github.com/manticoresoftware/manticoresearch-php/issues", "source": "https://github.com/manticoresoftware/manticoresearch-php/" }, - "time": "2023-09-15T10:43:57+00:00" + "time": "2024-10-31T10:38:53+00:00" }, { "name": "marcreichel/igdb-laravel", @@ -18799,5 +18802,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }