From 33bfd81f5015e4f981b3304f142336108e1be801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:45:17 +0000 Subject: [PATCH] Update ruflin/elastica requirement from ^7.1 to ^8.0 Updates the requirements on [ruflin/elastica](https://github.com/ruflin/Elastica) to permit the latest version. - [Release notes](https://github.com/ruflin/Elastica/releases) - [Changelog](https://github.com/ruflin/Elastica/blob/8.x/CHANGELOG.md) - [Commits](https://github.com/ruflin/Elastica/compare/7.1.0...8.0.0) --- updated-dependencies: - dependency-name: ruflin/elastica dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4c09b7..9510b62 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "cakephp/cakephp": "^5.0.0", - "ruflin/elastica": "^7.1" + "ruflin/elastica": "^8.0" }, "require-dev": { "cakephp/cakephp-codesniffer": "^5.0",