From ffeda6e6917556a472a6dc559d8ac7e497ec10d4 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 3 Dec 2024 12:07:24 +0100 Subject: [PATCH] make installable in OXID 7 --- composer.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 0493618..74f76f5 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "d3/tinymce-editor", - "description": "TinyMCE 6 Integration for OXID-Shop", + "description": "TinyMCE Integration for OXID-Shop", "type": "oxideshop-module", "homepage": "https://www.o3-shop.com/", "license": [ @@ -20,29 +20,17 @@ "email": "info@d3data.de" } ], - "extra": { - "oxideshop": { - "blacklist-filter": [ - "composer.json", - "CHANGELOG.md", - "README.md", - ".php-cs-fixer.php", - "phpstan.neon" - ], - "target-directory": "o3-shop/tinymce-editor" - } - }, "archive": { "exclude": ["/build"] }, "require": { - "php": ">=7.4", - "oxid-esales/oxideshop-ce": "^6.3.0", - "d3/oxidservicebridges": "^1.2" + "php": "^8.0", + "oxid-esales/oxideshop-ce": "7.0 - 7.2", + "d3/oxidservicebridges": "^2.1" }, "autoload": { "psr-4": { - "O3\\TinyMCE\\": "../../../source/modules/o3-shop/tinymce-editor" + "O3\\TinyMCE\\": "./" } } }