From 618e25b18fa97e0e2c9a6762759302cb5ce626f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:25:49 +0000 Subject: [PATCH] Bump elasticsearch/elasticsearch from 8.17.1 to 9.0.0 Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 8.17.1 to 9.0.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.17.1...v9.0.0) --- updated-dependencies: - dependency-name: elasticsearch/elasticsearch dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 70 +++++++++++++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/composer.json b/composer.json index 640a967cad..6e5e821d34 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "brick/math": "^0.11 || ^0.12 || ^0.13", "coduo/php-humanizer": "^5.0", "doctrine/dbal": "^3.6 || ^4.0", - "elasticsearch/elasticsearch": "^7.6|^8.0", + "elasticsearch/elasticsearch": "^7.6|^8.0|^9.0", "google/apiclient": "^2.13", "halaxa/json-machine": "^1.1", "meilisearch/meilisearch-php": "^1.11", diff --git a/composer.lock b/composer.lock index 94640e62d3..ea0754e1b5 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": "885e29b7a81ccd6be61b1e03c2041bde", + "content-hash": "6f510537803f15809743fa7862153214", "packages": [ { "name": "async-aws/core", @@ -417,36 +417,36 @@ }, { "name": "elastic/transport", - "version": "v8.11.0", + "version": "v9.0.0", "source": { "type": "git", "url": "https://github.com/elastic/elastic-transport-php.git", - "reference": "1d476af5dc0b74530d59b67d5dd96ee39768d5a4" + "reference": "d7d445e89f873e727d894a0d4f071c84a26861ce" }, "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/d7d445e89f873e727d894a0d4f071c84a26861ce", + "reference": "d7d445e89f873e727d894a0d4f071c84a26861ce", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", "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", + "nyholm/psr7": "^1.8", "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": { @@ -469,44 +469,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.0" }, - "time": "2025-04-02T08:20:33+00:00" + "time": "2025-04-10T09:56:09+00:00" }, { "name": "elasticsearch/elasticsearch", - "version": "v8.17.1", + "version": "v9.0.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "10af1f4ff92eb870a193948984a10bddb42873c0" + "reference": "5aa8b17840f9891b0bb30a56fbb4a83443b922d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/10af1f4ff92eb870a193948984a10bddb42873c0", - "reference": "10af1f4ff92eb870a193948984a10bddb42873c0", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/5aa8b17840f9891b0bb30a56fbb4a83443b922d9", + "reference": "5aa8b17840f9891b0bb30a56fbb4a83443b922d9", "shasum": "" }, "require": { - "elastic/transport": "^8.10", - "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/message-factory": "^1.0", - "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": { @@ -527,9 +527,9 @@ ], "support": { "issues": "https://github.com/elastic/elasticsearch-php/issues", - "source": "https://github.com/elastic/elasticsearch-php/tree/v8.17.1" + "source": "https://github.com/elastic/elasticsearch-php/tree/v9.0.0" }, - "time": "2025-03-28T15:46:10+00:00" + "time": "2025-04-18T08:01:21+00:00" }, { "name": "firebase/php-jwt", @@ -5208,7 +5208,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { @@ -5224,6 +5224,6 @@ "ext-zlib": "*", "composer-runtime-api": "^2.1" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }