This repository has been archived on 2020-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
uniform/composer.json

23 lines
511 B
JSON

{
"name": "jkingweb/uniform",
"type": "library",
"description": "A collection of URL tools compatible with the WHATWG URL standard",
"keywords": ["url","uri","whatwg"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
}
],
"require": {
"php": "^7.0"
},
"autoload": {
"psr-4": {
"JKingWeb\\URI\\": "lib/"
}
}
}