first commit
This commit is contained in:
20
wp-content/plugins/pixelyoursite/vendor/glenscott/url-normalizer/composer.json
vendored
Normal file
20
wp-content/plugins/pixelyoursite/vendor/glenscott/url-normalizer/composer.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user