ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /home/aliyykcz/public_html/wp-content/updraft/plugins-old/woocommerce/vendor/opis/uri/ |
| Current File : /home/aliyykcz/public_html/wp-content/updraft/plugins-old/woocommerce/vendor/opis/uri/composer.json |
{
"name": "opis/uri",
"description": "Build, parse and validate URIs and URI-templates",
"keywords": ["uri", "uri template", "url", "parse url", "uri components", "validate uri", "punycode"],
"homepage": "https://opis.io",
"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",
"opis/string": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"Opis\\Uri\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Opis\\Uri\\Test\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}