diff --git a/composer.json b/composer.json index c1830de37..3567b0e26 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14", "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", "google/protobuf": "^4.0", "halaxa/json-machine": "^1.1", diff --git a/composer.lock b/composer.lock index b03ab7f4e..b0aff0bf1 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": "7f857eaa375ae5daff4cea7bafb09532", + "content-hash": "a5fe5abcd5e623679b977f83f86805db", "packages": [ { "name": "async-aws/core", @@ -422,36 +422,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": { @@ -474,43 +474,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.3.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "1771284cb43a7b653634d418b6f5f0ec84ff8a6d" + "reference": "c79031c427260c8b5a583e4fe76fad330a5177cc" }, "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/c79031c427260c8b5a583e4fe76fad330a5177cc", + "reference": "c79031c427260c8b5a583e4fe76fad330a5177cc", "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": { @@ -531,9 +532,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.3.0" }, - "time": "2025-08-06T16:58:06+00:00" + "time": "2026-02-04T09:49:19+00:00" }, { "name": "firebase/php-jwt", @@ -1387,6 +1388,84 @@ ], "time": "2026-01-02T08:56:05+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.8.0", @@ -4449,84 +4528,6 @@ }, "time": "2025-12-06T11:56:16+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/gen-otlp-protobuf", "version": "1.8.0", @@ -5651,7 +5652,7 @@ "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-zlib": "*", - "composer-runtime-api": "^2.1" + "composer-runtime-api": "^2.0" }, "platform-dev": {}, "plugin-api-version": "2.6.0"