From 7e6808f7636cf1e4ad5fd1db123a01c697ed08f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sat, 17 Aug 2024 16:30:31 +0200 Subject: [PATCH] [TASK] Remove t3editor EXT:t3editor has been merged into EXT:backend with TYPO3 v13.0. The composer.json file should reflect this change. Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102440-EXTt3editorMergedIntoEXTbackend.html --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 87f80ce..682595d 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "typo3/cms-seo": "^13.1", "typo3/cms-setup": "^13.1", "typo3/cms-sys-note": "^13.1", - "typo3/cms-t3editor": "^13.1", "typo3/cms-tstemplate": "^13.1", "typo3/cms-viewpage": "^13.1", "typo3/cms-webhooks": "^13.1"