We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26d147 commit a792fa1Copy full SHA for a792fa1
html_sanitizer.rst
@@ -29,6 +29,13 @@ You can install the HTML Sanitizer component with:
29
30
$ composer require symfony/html-sanitizer
31
32
+.. versionadded:: 7.4
33
+
34
+ Starting in Symfony 7.4, applications running on PHP 8.4 or higher will use
35
+ the native HTML parser provided by PHP. All other applications will continue
36
+ to use the third-party ``masterminds/html5`` parser, which is installed
37
+ automatically when installing the HTML Sanitizer package.
38
39
Basic Usage
40
-----------
41
0 commit comments