From e31c2c8cd9e6b47a2bc188a10d3e69c56604b618 Mon Sep 17 00:00:00 2001 From: Vincent Marmiesse Date: Fri, 8 Dec 2023 11:05:45 +0100 Subject: [PATCH] Upgrade Firegento Fast simple import module to version 2.0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c9810a..3555c67 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/PH2M/logistic", "require": { "magento/product-community-edition": ">=2.1", - "firegento/fastsimpleimport": "~1.3.1", + "firegento/fastsimpleimport": "^2.0.5", "firegento/extendedimport": "dev-main" }, "type": "magento2-module",