From 70f3e2c959fb825619825d37aba82335e0111d6c Mon Sep 17 00:00:00 2001 From: Vincent Lopes-Vicente Date: Fri, 4 Aug 2023 17:01:41 +0200 Subject: [PATCH] Update composer.json --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 46aa9df..aed3def 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,9 @@ "description": "Thelia is an ecommerce CMS.", "license": "LGPL-3.0+", "require": { - "thelia/thelia-skeleton": "~2.5.2", + "thelia/thelia-skeleton": "~2.5.3", "symfony/flex": "^1.19", - "thelia/frontoffice-modern-template": "~2.5.2", + "thelia/frontoffice-modern-template": "~2.5.3", "thelia/open-api-module": "~2.1.0", "thelia/smarty-redirection-module": "~2.0.0", "thelia/choice-filter-module": "~2.1.0", @@ -18,7 +18,8 @@ "thelia/short-code-meta-module": "~2.0.0", "thelia/thelia-blocks-module": "^2.0.3-beta", "thelia/thelia-library-module": "^1.1.7", - "thelia/product-loop-attribute-filter-module": "~2.0.0" + "thelia/product-loop-attribute-filter-module": "~2.0.0", + "thelia/reset-password-module": "~1.0.1" }, "suggest": { "vlopes/maintenance-module": "Add a way to put your site in maintenance mode",