summaryrefslogtreecommitdiff
path: root/vendor/symfony/polyfill-ctype/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/polyfill-ctype/README.md')
-rw-r--r--vendor/symfony/polyfill-ctype/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-ctype/README.md b/vendor/symfony/polyfill-ctype/README.md
new file mode 100644
index 000000000..8add1ab00
--- /dev/null
+++ b/vendor/symfony/polyfill-ctype/README.md
@@ -0,0 +1,12 @@
+Symfony Polyfill / Ctype
+========================
+
+This component provides `ctype_*` functions to users who run php versions without the ctype extension.
+
+More information can be found in the
+[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
+
+License
+=======
+
+This library is released under the [MIT license](LICENSE).