From 66cb9fd4632060c74c093d44c368c711d721891c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:55:11 +0200 Subject: [PATCH] composer(deps-dev): update ruflin/elastica requirement from ^7.1.5 to ^7.2.0 (#241) composer(deps-dev): update ruflin/elastica requirement 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/master/CHANGELOG.md) - [Commits](https://github.com/ruflin/Elastica/compare/7.1.5...7.2.0) --- updated-dependencies: - dependency-name: ruflin/elastica dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 238e1bc..5462cae 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "phpunit/phpunit": "^9.5.21", "predis/predis": "^1.1.10 || ^2.0.0", "rollbar/rollbar": "^v2.1.0 || ^v3.1.3", - "ruflin/elastica": "^7.1.5", + "ruflin/elastica": "^7.2.0", "swiftmailer/swiftmailer": "^6.3.0", "symfony/mailer": "^v6.1.3", "symfony/mime": "^v6.1.3"