aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/symfony/polyfill-ctype/README.md
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-28 12:06:36 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-28 12:06:36 +0200
commit07792adc56840b178d8fb029113dd6598ce7fc10 (patch)
tree2d3efa718f19bb11cd6c01c4ecf3133d42342d1c /vendor/symfony/polyfill-ctype/README.md
parentc0c827d3ad2c8364d35fff5546ab40ea76bbbbd9 (diff)
downloadvolse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.gz
volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.bz2
volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.zip
add paragonie and symfonie since ramsey/uuid appears to require them
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).