19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"name": "jakeasmith/http_build_url",
|
|
"description": "Provides functionality for http_build_url() to environments without pecl_http.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jake A. Smith",
|
|
"email": "theman@jakeasmith.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/jakeasmith/http_build_url/issues",
|
|
"source": "https://github.com/jakeasmith/http_build_url"
|
|
},
|
|
"autoload": {
|
|
"files": ["src/http_build_url.php"]
|
|
}
|
|
}
|