1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/vendor/symfony/polyfill-ctype
Andrew Dolgov 1c4f7ab3b8 * add phpunit as a dev dependency
* add some basic tests for UrlHelper::rewrite_relative()
 * fix UrlHelper::rewrite_relative() to work better on non-absolute
   relative URL paths
2022-03-22 12:24:31 +03:00
..
bootstrap.php * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00
bootstrap80.php * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00
composer.json * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00
Ctype.php * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00
LICENSE * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00
README.md * add phpunit as a dev dependency 2022-03-22 12:24:31 +03:00

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.

License

This library is released under the MIT license.