From 8d4f44cda24e0ebccff6e921f531cf323739d174 Mon Sep 17 00:00:00 2001 From: Vincent Lopes-Vicente Date: Wed, 21 Jul 2021 10:04:25 +0200 Subject: [PATCH] Update to 2.5.0-alpha1 --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 2af2ebf..a14e998 100644 --- a/composer.json +++ b/composer.json @@ -3,18 +3,18 @@ "description": "Thelia is an ecommerce CMS.", "license": "LGPL-3.0+", "require": { - "thelia/thelia-skeleton": "dev-main", + "thelia/thelia-skeleton": " 2.5.0-alpha1", "symfony/flex": "^1.12", - "thelia/frontoffice-modern-template": "dev-main", - "thelia/open-api-module": "dev-main", - "thelia/smarty-redirection-module": "dev-main", - "thelia/choice-filter-module": "dev-main", - "thelia/custom-delivery-module": "dev-main", - "thelia/store-seo-module": "dev-main", - "thelia/better-seo-module": "dev-main", - "thelia/rewrite-url-module": "dev-main", - "thelia/url-sanitizer-module": "dev-main", - "thelia/canonical-url-module": "dev-main" + "thelia/frontoffice-modern-template": " 2.5.0-alpha1", + "thelia/open-api-module": "2.0.0", + "thelia/smarty-redirection-module": "2.0.0", + "thelia/choice-filter-module": "2.0.0", + "thelia/custom-delivery-module": "3.0.0", + "thelia/store-seo-module": "2.0.1", + "thelia/better-seo-module": "2.0.0", + "thelia/rewrite-url-module": "2.0.0", + "thelia/url-sanitizer-module": "2.0.0", + "thelia/canonical-url-module": "2.0.0" }, "suggest": { "vlopes/maintenance-module": "Add a way to put your site in maintenance mode",