From 9311bc03f04aae70bc53221a8a59856bd9654bc1 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 2 May 2024 09:57:08 +0200 Subject: [PATCH] [composer] require emailzr min 3 --- src/CoreShop/Bundle/FrontendBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreShop/Bundle/FrontendBundle/composer.json b/src/CoreShop/Bundle/FrontendBundle/composer.json index 4e32a1937b..6c3de444c5 100644 --- a/src/CoreShop/Bundle/FrontendBundle/composer.json +++ b/src/CoreShop/Bundle/FrontendBundle/composer.json @@ -25,7 +25,7 @@ ], "require": { "coreshop/core-bundle": "^4.0", - "dachcom-digital/emailizr": "^2.0.0", + "dachcom-digital/emailizr": "^3.0.0", "pimcore/pimcore": "^11.0" }, "require-dev": {