添加guzzlephttp请求扩展包
Showing
with
4975 additions
and
2 deletions
... | ... | @@ -7,10 +7,11 @@ |
"require": { | ||
"php": ">=7.0.0", | ||
"fideloper/proxy": "~3.3", | ||
"guzzlehttp/guzzle": "^6.3", | ||
"illuminate/redis": "^5.5", | ||
"laravel/framework": "5.5.*", | ||
"laravel/tinker": "~1.0", | ||
"predis/predis": "^1.1", | ||
"illuminate/redis": "^5.5" | ||
"predis/predis": "^1.1" | ||
}, | ||
"require-dev": { | ||
"filp/whoops": "~2.0", | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/LICENSE
0 → 100644
vendor/guzzlehttp/guzzle/README.md
0 → 100644
vendor/guzzlehttp/guzzle/UPGRADING.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/composer.json
0 → 100644
{ | ||
"name": "guzzlehttp/guzzle", | ||
"type": "library", | ||
"description": "Guzzle is a PHP HTTP client library", | ||
"keywords": ["framework", "http", "rest", "web service", "curl", "client", "HTTP client"], | ||
"homepage": "http://guzzlephp.org/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "mtdowling@gmail.com", | ||
"homepage": "https://github.com/mtdowling" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5", | ||
"guzzlehttp/psr7": "^1.4", | ||
"guzzlehttp/promises": "^1.0" | ||
}, | ||
"require-dev": { | ||
"ext-curl": "*", | ||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | ||
"psr/log": "^1.0" | ||
}, | ||
"autoload": { | ||
"files": ["src/functions_include.php"], | ||
"psr-4": { | ||
"GuzzleHttp\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"GuzzleHttp\\Tests\\": "tests/" | ||
} | ||
}, | ||
"suggest": { | ||
"psr/log": "Required for using the Log middleware" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "6.3-dev" | ||
} | ||
} | ||
} |
vendor/guzzlehttp/guzzle/src/Client.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/src/Middleware.php
0 → 100644
vendor/guzzlehttp/guzzle/src/Pool.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/src/UriTemplate.php
0 → 100644
vendor/guzzlehttp/guzzle/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/CHANGELOG.md
0 → 100644
vendor/guzzlehttp/promises/LICENSE
0 → 100644
vendor/guzzlehttp/promises/Makefile
0 → 100644
vendor/guzzlehttp/promises/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/composer.json
0 → 100644
{ | ||
"name": "guzzlehttp/promises", | ||
"description": "Guzzle promises library", | ||
"keywords": ["promise"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "mtdowling@gmail.com", | ||
"homepage": "https://github.com/mtdowling" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"GuzzleHttp\\Promise\\": "src/" | ||
}, | ||
"files": ["src/functions_include.php"] | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit", | ||
"test-ci": "vendor/bin/phpunit --coverage-text" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.4-dev" | ||
} | ||
} | ||
} |
vendor/guzzlehttp/promises/src/Coroutine.php
0 → 100644
vendor/guzzlehttp/promises/src/Promise.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/TaskQueue.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/AppendStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/BufferStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/CachingStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/FnStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/InflateStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/LimitStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/MessageTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/NoSeekStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/PumpStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Request.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Response.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Rfc7230.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/ServerRequest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Stream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/StreamWrapper.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UploadedFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Uri.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UriNormalizer.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UriResolver.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/src/UriInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment