| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/woocommerce/vendor/opis/string/ |
Upload File : |
{
"name": "opis/string",
"description": "Multibyte strings as objects",
"keywords": ["opis", "string", "utf-8", "multi-byte", "string manipulation"],
"homepage": "https://opis.io/string",
"license": "Apache-2.0",
"authors": [
{
"name": "Marius Sarca",
"email": "marius.sarca@gmail.com"
},
{
"name": "Sorin Sarca",
"email": "sarca_sorin@hotmail.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-iconv": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"Opis\\String\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Opis\\String\\Test\\": "tests/"
}
},
"scripts": {
"tests": "./vendor/bin/phpunit --verbose --color"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}