We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ee0c0 commit a4cfa24Copy full SHA for a4cfa24
README.md
@@ -6,7 +6,7 @@ Provides HTML escapers and helpers, including form input helpers, that can be us
6
7
### Installation
8
9
-This library requires PHP 8.4 or later with `mbstring` and/or `iconv` installed. It has no userland dependencies.
+This library requires PHP 8.4 or later with at least one of the `mbstring` or `iconv` extensions. It has no userland dependencies.
10
11
It is installable and autoloadable via Composer as [aura/html](https://packagist.org/packages/aura/html).
12
0 commit comments