forked from urvishpatelce/lxd-app
fixes
This commit is contained in:
39
api/vendor/zounar/php-proxy/composer.json
vendored
Normal file
39
api/vendor/zounar/php-proxy/composer.json
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "zounar/php-proxy",
|
||||
"description": "Forward your HTTP/HTTPS requests to another server.",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"php-proxy",
|
||||
"proxy-script",
|
||||
"php",
|
||||
"proxy",
|
||||
"http",
|
||||
"http-proxy",
|
||||
"curl",
|
||||
"curlphp"
|
||||
],
|
||||
"homepage": "https://github.com/zounar/php-proxy",
|
||||
"readme": "README.md",
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"ext-curl": "*",
|
||||
"ext-zlib": "*"
|
||||
},
|
||||
"license": "unlicense",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Robin Zounar",
|
||||
"homepage": "https://zounar.me"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/zounar/php-proxy/issues",
|
||||
"source": "https://github.com/zounar/php-proxy",
|
||||
"docs": "https://github.com/zounar/php-proxy/blob/master/README.md"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Zounar\\PHPProxy\\": "./"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user