From 8db99eaf7cc39b496d9c7ecf4c0fb9bca60cc998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 11:40:12 +0000 Subject: [PATCH] build(deps): bump elasticsearch/elasticsearch from 8.19.0 to 9.4.0 Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 8.19.0 to 9.4.0. - [Release notes](https://github.com/elastic/elasticsearch-php/releases) - [Changelog](https://github.com/elastic/elasticsearch-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-php/compare/v8.19.0...v9.4.0) --- updated-dependencies: - dependency-name: elasticsearch/elasticsearch dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 141 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 111 insertions(+), 32 deletions(-) diff --git a/composer.json b/composer.json index d3d4b4c0f6..3072b74675 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "ext-zip": "*", "2tvenom/cborencode": "~1.0.2", "aws/aws-sdk-php": "~3.380.3", - "elasticsearch/elasticsearch": "~8.19.0", + "elasticsearch/elasticsearch": "~9.4.0", "endroid/qr-code": "~6.1.3", "firebase/php-jwt": "^7.0", "guzzlehttp/guzzle": "~7.10.0", diff --git a/composer.lock b/composer.lock index 86bf8dce03..dc08d32177 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": "bb2029692a3f939dc39b2ca548e1aaa4", + "content-hash": "e35f981dd18ab5abfb8ad7119a7e0f30", "packages": [ { "name": "2tvenom/cborencode", @@ -702,36 +702,36 @@ }, { "name": "elastic/transport", - "version": "v8.11.0", + "version": "v9.0.1", "source": { "type": "git", "url": "https://github.com/elastic/elastic-transport-php.git", - "reference": "1d476af5dc0b74530d59b67d5dd96ee39768d5a4" + "reference": "3488b9d070e220f2a1ebdb500e6c588069f1897f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/1d476af5dc0b74530d59b67d5dd96ee39768d5a4", - "reference": "1d476af5dc0b74530d59b67d5dd96ee39768d5a4", + "url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/3488b9d070e220f2a1ebdb500e6c588069f1897f", + "reference": "3488b9d070e220f2a1ebdb500e6c588069f1897f", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", + "nyholm/psr7": "^1.8", "open-telemetry/api": "^1.0", - "php": "^7.4 || ^8.0", + "php": "^8.1", "php-http/discovery": "^1.14", - "php-http/httplug": "^2.3", + "php-http/httplug": "^2.4", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0 || ^2.0", - "psr/log": "^1 || ^2 || ^3" + "psr/http-message": "^2.0", + "psr/log": "^2.0 || ^3.0" }, "require-dev": { - "nyholm/psr7": "^1.5", "open-telemetry/sdk": "^1.0", "php-http/mock-client": "^1.5", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^9.5", - "symfony/http-client": "^5.4" + "phpunit/phpunit": "^10", + "symfony/http-client": "^6.0" }, "type": "library", "autoload": { @@ -754,43 +754,44 @@ ], "support": { "issues": "https://github.com/elastic/elastic-transport-php/issues", - "source": "https://github.com/elastic/elastic-transport-php/tree/v8.11.0" + "source": "https://github.com/elastic/elastic-transport-php/tree/v9.0.1" }, - "time": "2025-04-02T08:20:33+00:00" + "time": "2025-05-08T12:31:50+00:00" }, { "name": "elasticsearch/elasticsearch", - "version": "v8.19.0", + "version": "v9.4.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "1771284cb43a7b653634d418b6f5f0ec84ff8a6d" + "reference": "47f3edae4f6f2ecf507fe574d359839668f69525" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1771284cb43a7b653634d418b6f5f0ec84ff8a6d", - "reference": "1771284cb43a7b653634d418b6f5f0ec84ff8a6d", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/47f3edae4f6f2ecf507fe574d359839668f69525", + "reference": "47f3edae4f6f2ecf507fe574d359839668f69525", "shasum": "" }, "require": { - "elastic/transport": "^8.11", - "guzzlehttp/guzzle": "^7.0", - "php": "^7.4 || ^8.0", + "elastic/transport": "^9.0", + "php": "^8.1", "psr/http-client": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "psr/log": "^1|^2|^3" + "psr/http-message": "^2.0", + "psr/log": "^2.0|^3.0" }, "require-dev": { "ext-yaml": "*", "ext-zip": "*", - "mockery/mockery": "^1.5", - "nyholm/psr7": "^1.5", - "php-http/mock-client": "^1.5", + "guzzlehttp/guzzle": "^7.0", + "mockery/mockery": "^1.6", + "nette/php-generator": "^4.0", + "nyholm/psr7": "^1.8", + "php-http/mock-client": "^1.6", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "psr/http-factory": "^1.0", - "symfony/finder": "~4.0", - "symfony/http-client": "^5.0|^6.0|^7.0" + "symfony/finder": "^6.0", + "symfony/http-client": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -811,9 +812,9 @@ ], "support": { "issues": "https://github.com/elastic/elasticsearch-php/issues", - "source": "https://github.com/elastic/elasticsearch-php/tree/v8.19.0" + "source": "https://github.com/elastic/elasticsearch-php/tree/v9.4.0" }, - "time": "2025-08-06T16:58:06+00:00" + "time": "2026-05-06T10:28:51+00:00" }, { "name": "endroid/qr-code", @@ -2592,6 +2593,84 @@ }, "time": "2026-02-13T03:05:33+00:00" }, + { + "name": "nyholm/psr7", + "version": "1.8.2", + "source": { + "type": "git", + "url": "https://github.com/Nyholm/psr7.git", + "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", + "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0" + }, + "provide": { + "php-http/message-factory-implementation": "1.0", + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "http-interop/http-factory-tests": "^0.9", + "php-http/message-factory": "^1.0", + "php-http/psr7-integration-tests": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "symfony/error-handler": "^4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "Nyholm\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + }, + { + "name": "Martijn van der Ven", + "email": "martijn@vanderven.se" + } + ], + "description": "A fast PHP7 implementation of PSR-7", + "homepage": "https://tnyholm.se", + "keywords": [ + "psr-17", + "psr-7" + ], + "support": { + "issues": "https://github.com/Nyholm/psr7/issues", + "source": "https://github.com/Nyholm/psr7/tree/1.8.2" + }, + "funding": [ + { + "url": "https://github.com/Zegnat", + "type": "github" + }, + { + "url": "https://github.com/nyholm", + "type": "github" + } + ], + "time": "2024-09-09T07:06:30+00:00" + }, { "name": "open-telemetry/api", "version": "1.9.0",