From 84e1c4599e8060825f57d4149950a8e9d3017b5b Mon Sep 17 00:00:00 2001 From: flying-hirsch Date: Thu, 1 Jun 2023 09:31:37 +0200 Subject: [PATCH] Switch to b-8.0.x --- README.md | 5 ----- composer.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d3f46d..68ade65 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ Admin theme based on the Twig engine. -## Branch Compatibility - -* b-7.0.x branch is compatible with OXID eShop b-7.0.x -* b-6.5.x branch is compatible with OXID eShop b-6.5.x - ## Installation **Run the following command to install theme:** diff --git a/composer.json b/composer.json index d6dd78d..eb0c70d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "homepage": "https://www.oxid-esales.com", "require": { "php": ">=8.0", - "oxid-esales/twig-component": "dev-b-7.0.x" + "oxid-esales/twig-component": "dev-b-8.0.x" }, "minimum-stability": "dev", "extra": {