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",