lockfile again
This commit is contained in:
18
vendor/jakeasmith/http_build_url/composer.json
vendored
Normal file
18
vendor/jakeasmith/http_build_url/composer.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user