OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
oauth
/
vendor
/
guzzlehttp
/
guzzle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
๐
..
-
09/30/2021 10:52:38 AM
rwxr-xr-x
๐
CHANGELOG.md
81.95 KB
09/30/2021 11:53:25 AM
rw-r--r--
๐
LICENSE
1.08 KB
09/30/2021 11:53:24 AM
rw-r--r--
๐
README.md
3.8 KB
09/30/2021 11:53:26 AM
rw-r--r--
๐
UPGRADING.md
52.36 KB
09/30/2021 11:53:27 AM
rw-r--r--
๐
composer.json
1.8 KB
09/30/2021 11:53:28 AM
rw-r--r--
๐
src
-
09/30/2021 11:53:00 AM
rwxr-xr-x
๐
vendor-bin
-
09/30/2021 10:52:55 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "guzzlehttp/guzzle", "type": "library", "description": "Guzzle is a PHP HTTP client library", "keywords": [ "framework", "http", "rest", "web service", "curl", "client", "HTTP client", "PSR-7", "PSR-18" ], "homepage": "http://guzzlephp.org/", "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Mรกrk Sรกgi-Kazรกr", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7 || ^2.0", "psr/http-client": "^1.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "ext-curl": "*", "bamarni/composer-bin-plugin": "^1.4.1", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "7.3-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Tests\\": "tests/" } } }