Files
szkoleniauryzaj.pl/wp-content/plugins/pixelyoursite/vendor/glenscott/url-normalizer/composer.json
2024-11-10 21:08:49 +01:00

21 lines
409 B
JSON

{
"name": "glenscott/url-normalizer",
"description": "Syntax based normalization of URL's",
"license": "MIT",
"authors": [
{
"name": "Glen Scott",
"email": "glen@glenscott.co.uk"
}
],
"require": {
"php": ">=5.3.0",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"URL\\" : "src/URL"
}
}
}