OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
guzzlehttp
/
guzzle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
๐
..
-
08/12/2024 10:32:57 AM
rwxr-xr-x
๐
.editorconfig
360 bytes
08/12/2024 10:32:56 AM
rw-r--r--
๐
.git
-
08/12/2024 10:35:29 AM
rwxr-xr-x
๐
.gitattributes
570 bytes
08/12/2024 10:32:56 AM
rw-r--r--
๐
.github
-
08/12/2024 10:34:06 AM
rwxr-xr-x
๐
.gitignore
163 bytes
08/12/2024 10:32:56 AM
rw-r--r--
๐
.php-cs-fixer.dist.php
842 bytes
08/12/2024 10:32:56 AM
rw-r--r--
๐
CHANGELOG.md
87.32 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
Dockerfile
363 bytes
08/12/2024 10:32:57 AM
rw-r--r--
๐
LICENSE
1.45 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
Makefile
2.75 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
README.md
5.01 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
UPGRADING.md
53.59 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
composer.json
3.91 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
docs
-
08/12/2024 10:34:06 AM
rwxr-xr-x
๐
phpstan-baseline.neon
6.5 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
phpstan.neon.dist
315 bytes
08/12/2024 10:32:57 AM
rw-r--r--
๐
phpunit.xml.dist
883 bytes
08/12/2024 10:32:57 AM
rw-r--r--
๐
psalm-baseline.xml
12.11 KB
08/12/2024 10:32:57 AM
rw-r--r--
๐
psalm.xml
563 bytes
08/12/2024 10:32:57 AM
rw-r--r--
๐
src
-
08/12/2024 10:34:07 AM
rwxr-xr-x
๐
tests
-
08/12/2024 10:34:08 AM
rwxr-xr-x
๐
vendor-bin
-
08/12/2024 10:34:08 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "guzzlehttp/guzzle", "description": "Guzzle is a PHP HTTP client library", "keywords": [ "framework", "http", "rest", "web service", "curl", "client", "HTTP client", "PSR-7", "PSR-18" ], "license": "MIT", "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Mรกrk Sรกgi-Kazรกr", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "repositories": [ { "type": "package", "package": { "name": "guzzle/client-integration-tests", "version": "v3.0.2", "dist": { "url": "https://codeload.github.com/guzzle/client-integration-tests/zip/2c025848417c1135031fdf9c728ee53d0a7ceaee", "type": "zip" }, "require": { "php": "^7.2.5 || ^8.0", "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.11", "php-http/message": "^1.0 || ^2.0", "guzzlehttp/psr7": "^1.7 || ^2.0", "th3n3rd/cartesian-product": "^0.3" }, "autoload": { "psr-4": { "Http\\Client\\Tests\\": "src/" } }, "bin": [ "bin/http_test_server" ] } } ], "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.5.3 || ^2.0.3", "guzzlehttp/psr7": "^2.7.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "ext-curl": "*", "bamarni/composer-bin-plugin": "^1.8.2", "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "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": { "allow-plugins": { "bamarni/composer-bin-plugin": true }, "preferred-install": "dist", "sort-packages": true }, "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Tests\\": "tests/" } } }