diff options
Diffstat (limited to 'vendor/symfony/polyfill-intl-normalizer/README.md')
-rw-r--r-- | vendor/symfony/polyfill-intl-normalizer/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-intl-normalizer/README.md b/vendor/symfony/polyfill-intl-normalizer/README.md new file mode 100644 index 0000000..b9b762e --- /dev/null +++ b/vendor/symfony/polyfill-intl-normalizer/README.md | |||
@@ -0,0 +1,14 @@ | |||
1 | Symfony Polyfill / Intl: Normalizer | ||
2 | =================================== | ||
3 | |||
4 | This component provides a fallback implementation for the | ||
5 | [`Normalizer`](https://php.net/Normalizer) class provided | ||
6 | by the [Intl](https://php.net/intl) extension. | ||
7 | |||
8 | More information can be found in the | ||
9 | [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). | ||
10 | |||
11 | License | ||
12 | ======= | ||
13 | |||
14 | This library is released under the [MIT license](LICENSE). | ||