diff options
Diffstat (limited to 'vendor/symfony/polyfill-php71/README.md')
| -rw-r--r-- | vendor/symfony/polyfill-php71/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php71/README.md b/vendor/symfony/polyfill-php71/README.md new file mode 100644 index 0000000000..cc1c49821a --- /dev/null +++ b/vendor/symfony/polyfill-php71/README.md @@ -0,0 +1,14 @@ +Symfony Polyfill / Php71 +======================== + +This component provides functions unavailable in releases prior to PHP 7.1: + +- [`is_iterable`](http://php.net/is_iterable) + +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). |
