From d8edfe5ea2ce3c52715311e1221459222575f793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Mon, 6 Jul 2026 07:55:55 +0200 Subject: [PATCH] [DOCS] DPL-158: Update version support matrix in README Adopt the enriched compatibility matrix format used by the `web-vision/deepltranslate-core` and `web-vision/deepltranslate-glossary` READMEs, adding the branch state, composer package name and TYPO3 extension key columns. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0913bf2..14180e6 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ TYPO3 extension for DeepL Write integration. Write better texts ## Compatibility -| Branch | Version | TYPO3 | PHP | -|--------|---------|-----------|----------------------------------------------| -| main | 2.x-dev | v13 + v14 | 8.2, 8.3, 8.4, 8.5 | -| 1 | 1.x-dev | v12 + v13 | 8.1, 8.2, 8.3, 8.4, 8.5 (depending on TYPO3) | +| Branch | State | Composer Package Name | TYPO3 Extension Key | Version | TYPO3 | PHP | +|--------|----------------|------------------------|---------------------|-------------|-----------|----------------------------------------------| +| main | development | web-vision/deepl-write | deepl_write | ^2, 2.x-dev | v13 + v14 | 8.2, 8.3, 8.4, 8.5 | +| 1 | active support | web-vision/deepl-write | deepl_write | ^1, 1.x-dev | v12 + v13 | 8.1, 8.2, 8.3, 8.4, 8.5 (depending on TYPO3) | ## Installation