diff --git a/composer.json b/composer.json index 44ab1fb79a6d9ae3cda9fb9cd2c62444f4e2cf70..2174e49009eaeca04d6e81b54fafb30a76db2747 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^3.0", "easycorp/easyadmin-bundle": "^4.5", - "elasticsearch/elasticsearch": "^8.6", + "elasticsearch/elasticsearch": "^9.0", "erusev/parsedown": "^1.7", "gregwar/captcha": "^1.1", "knplabs/knp-time-bundle": "^2.0", diff --git a/composer.lock b/composer.lock index 0a6f62c0b93abd2a64440c21a502de876a7b39e7..de6b8f8d0c4e1af9a5227d07b68fad34f018353c 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": "9b78cbd5169e1d2d17305d4d0ec7e0e7", + "content-hash": "d4f8771525016a4cd9bafb43c610773d", "packages": [ { "name": "aws/aws-crt-php", @@ -1633,36 +1633,36 @@ }, { "name": "elastic/transport", - "version": "v8.10.0", + "version": "v9.0.0", "source": { "type": "git", "url": "https://github.com/elastic/elastic-transport-php.git", - "reference": "8be37d679637545e50b1cea9f8ee903888783021" + "reference": "d7d445e89f873e727d894a0d4f071c84a26861ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/8be37d679637545e50b1cea9f8ee903888783021", - "reference": "8be37d679637545e50b1cea9f8ee903888783021", + "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": "^1.4", - "phpunit/phpunit": "^9.5", - "symfony/http-client": "^5.4" + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^10", + "symfony/http-client": "^6.0" }, "type": "library", "autoload": { @@ -1685,44 +1685,44 @@ ], "support": { "issues": "https://github.com/elastic/elastic-transport-php/issues", - "source": "https://github.com/elastic/elastic-transport-php/tree/v8.10.0" + "source": "https://github.com/elastic/elastic-transport-php/tree/v9.0.0" }, - "time": "2024-08-14T08:55:07+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": { @@ -1743,9 +1743,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": "erusev/parsedown",