Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions html_sanitizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
Loading