����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.226.169.66 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/vendor/voku/portable-utf8/ |
Upload File : |
{ "name": "voku/portable-utf8", "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", "type": "library", "keywords": [ "clean", "php", "unicode", "utf", "utf-8", "utf8" ], "homepage": "https://github.com/voku/portable-utf8", "license": "(Apache-2.0 or GPL-2.0)", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Hamid Sarfraz", "homepage": "http://pageconfig.com/" }, { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "require": { "php": ">=7.0.0", "symfony/polyfill-php72": "~1.0", "symfony/polyfill-iconv": "~1.0", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "voku/portable-ascii": "~1.5.6" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "suggest": { "ext-json": "Use JSON for string detection", "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", "ext-fileinfo": "Use Fileinfo for better binary file detection", "ext-intl": "Use Intl for best performance", "ext-iconv": "Use iconv for best performance", "ext-mbstring": "Use Mbstring for best performance" }, "autoload": { "psr-4": { "voku\\": "src/voku/" }, "files": [ "bootstrap.php" ] }, "autoload-dev": { "psr-4": { "voku\\tests\\": "tests/" } } }