From 8653c795b466f61fa0e18ca8b2e9bdd37fb907fe Mon Sep 17 00:00:00 2001 From: ah-net <103565001+ah-net@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:41:50 +0200 Subject: [PATCH] chore: update version (#28) * chore: update version * chore: remove composer version * chore: support tweakwise 6.0 * chore: support version 5.0 of attribute landing --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ed5a615..682f862 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,10 @@ "name": "tweakwise/magento2-attributelanding-tweakwise", "description": "Provides compatibility between Attribute landing module and Tweakwise module.", "license": "OSL-3.0", - "version": "4.3.1", "require": { "php": ">=8.0 <8.3", - "tweakwise/magento2-tweakwise": "^5.7.4", - "emico/m2-attributelanding": "^4.1" + "tweakwise/magento2-tweakwise": ">=5.7.4", + "emico/m2-attributelanding": ">=4.1" }, "require-dev": { "symfony/finder": "^6.4.0",