WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
jakeasmith
/
http_build_url
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
LICENSE
Edit
composer.json
Edit
phpunit.xml.dist
Edit
readme.md
Edit
src
tests
Editing: composer.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"] } }