From dc29a6e197df14509267775b2ec93482e8f0d5e1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 24 Sep 2025 18:00:27 +0200 Subject: [PATCH] [HtmlSanitizer] Remove MastermindsParser --- html_sanitizer.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/html_sanitizer.rst b/html_sanitizer.rst index 173c1937ebd..38d7664ccf7 100644 --- a/html_sanitizer.rst +++ b/html_sanitizer.rst @@ -29,13 +29,6 @@ You can install the HTML Sanitizer component with: $ composer require symfony/html-sanitizer -.. versionadded:: 7.4 - - Starting in Symfony 7.4, applications running on PHP 8.4 or higher will use - the native HTML5 parser provided by PHP. All other applications will continue - to use the third-party ``masterminds/html5`` parser, which is installed - automatically when installing the HTML Sanitizer package. - Basic Usage -----------