From 5dd5a92aa45108831e07df2cb9248677c726051d Mon Sep 17 00:00:00 2001 From: Shyim Date: Sun, 3 Mar 2024 14:38:37 +0100 Subject: [PATCH] chore: prepare release for 6.6 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 654744e..0696154 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "frosh/platform-filter-search", "description": "This plugin inserts a search input above the filter options in the listing.", "type": "shopware-platform-plugin", - "version": "2.0.4", + "version": "3.0.0", "authors": [ { "name": "FriendsOfShopware", @@ -10,8 +10,8 @@ } ], "require": { - "shopware/core": "~6.5.0", - "shopware/storefront": "~6.5.0" + "shopware/core": "~6.6.0", + "shopware/storefront": "~6.6.0" }, "license": "MIT", "autoload": {