From f2a8689fafcf64b72da92e0f38b8195d4b182d91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Sil=C3=A9n?= <noreply@example.com>
Date: Wed, 24 Apr 2024 10:30:35 +0000
Subject: [PATCH] [TASK] Avoid direct MySQL mention in README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

TYPO3 works with various DBMS. Avoid a specific
mention of MySQL in README.md, the version matrix
reveals details.

Releases: main, 12.4
Resolves: #103719
Change-Id: I38cc50be00838643cb0095b3c848ef1d8a0c3014
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84015
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8e0536d0fddf..dd396b62d925 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This document provides a basic introduction to TYPO3.
 Getting Started
 ---------------
 
-TYPO3 requires a web server with PHP and a database (e.g. MySQL).
+TYPO3 requires a web server with PHP and a database.
 The backend is accessed via a supported browser.
 
 Please see the [Installation Guide](https://docs.typo3.org/installation)
-- 
GitLab