From 9c0169b06f3c78ac3f943805c2d2609f63ca1b3b Mon Sep 17 00:00:00 2001 From: Vincent Lopes-Vicente Date: Thu, 25 Aug 2022 16:43:46 +0200 Subject: [PATCH] Version 2.5.0 --- composer.json | 62 +++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/composer.json b/composer.json index 01ab1d3..9778be2 100644 --- a/composer.json +++ b/composer.json @@ -3,36 +3,36 @@ "description": "Skeleton that contains required packages for Thelia", "license": "LGPL-3.0+", "require": { - "thelia/core": "dev-main", - "thelia/frontoffice-default-template": "dev-main", - "thelia/backoffice-default-template": "dev-main", - "thelia/email-default-template": "dev-main", - "thelia/pdf-default-template": "dev-main", - "thelia/setup": "dev-main", - "thelia/config": "dev-main", - "thelia/smarty-module": "dev-main", - "thelia/front-module": "dev-main", - "thelia/virtual-product-control-module": "dev-main", - "thelia/virtual-product-delivery-module": "dev-main", - "thelia/tinymce-module": "dev-main", - "thelia/cheque-module": "dev-main", - "thelia/hook-lang-module": "dev-main", - "thelia/hook-search-module": "dev-main", - "thelia/hook-currency-module": "dev-main", - "thelia/hook-products-new-module": "dev-main", - "thelia/hook-analytics-module": "dev-main", - "thelia/hook-links-module": "dev-main", - "thelia/hook-social-module": "dev-main", - "thelia/hook-cart-module": "dev-main", - "thelia/hook-navigation-module": "dev-main", - "thelia/hook-contact-module": "dev-main", - "thelia/hook-customer-module": "dev-main", - "thelia/hook-products-offer-module": "dev-main", - "thelia/hook-newsletter-module": "dev-main", - "thelia/carousel-module": "dev-main", - "thelia/free-order-module": "dev-main", - "thelia/thelia-migrate-country-module": "dev-main", - "thelia/hook-admin-home-module": "dev-main", - "thelia/web-profiler-module": "dev-main" + "thelia/core": "2.5.0", + "thelia/frontoffice-default-template": "2.5.0", + "thelia/backoffice-default-template": "2.5.0", + "thelia/email-default-template": "2.5.0", + "thelia/pdf-default-template": "2.5.0", + "thelia/setup": "2.5.0", + "thelia/config": "2.5.0", + "thelia/smarty-module": "2.5.0", + "thelia/front-module": "2.5.0", + "thelia/virtual-product-control-module": "2.5.0", + "thelia/virtual-product-delivery-module": "2.5.0", + "thelia/tinymce-module": "2.5.0", + "thelia/cheque-module": "2.5.0", + "thelia/hook-lang-module": "2.5.0", + "thelia/hook-search-module": "2.5.0", + "thelia/hook-currency-module": "2.5.0", + "thelia/hook-products-new-module": "2.5.0", + "thelia/hook-analytics-module": "2.5.0", + "thelia/hook-links-module": "2.5.0", + "thelia/hook-social-module": "2.5.0", + "thelia/hook-cart-module": "2.5.0", + "thelia/hook-navigation-module": "2.5.0", + "thelia/hook-contact-module": "2.5.0", + "thelia/hook-customer-module": "2.5.0", + "thelia/hook-products-offer-module": "2.5.0", + "thelia/hook-newsletter-module": "2.5.0", + "thelia/carousel-module": "2.5.0", + "thelia/free-order-module": "2.5.0", + "thelia/thelia-migrate-country-module": "2.5.0", + "thelia/hook-admin-home-module": "2.5.0", + "thelia/web-profiler-module": "2.5.0" } }