From 82ab600035df9f4824c8d0bc7f08b091c02ab8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:48 +0000 Subject: [PATCH] Update symfony/notifier requirement from ^6.0 to ^7.1 Updates the requirements on [symfony/notifier](https://github.com/symfony/notifier) to permit the latest version. - [Release notes](https://github.com/symfony/notifier/releases) - [Changelog](https://github.com/symfony/notifier/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/notifier/compare/v6.0.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/notifier 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 3d02384..4abc6c9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.0", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "sylius/sylius": "^1.12", - "symfony/notifier": "^6.0", + "symfony/notifier": "^7.1", "symfony/webpack-encore-bundle": "^1.15" }, "require-dev": {