����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.144.162.109 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/php-http/guzzle6-adapter/ |
Upload File : |
{ "name": "php-http/guzzle6-adapter", "description": "Guzzle 6 HTTP Adapter", "license": "MIT", "keywords": ["guzzle", "http"], "homepage": "http://httplug.io", "authors": [ { "name": "David de Boer", "email": "david@ddeboer.nl" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "require": { "php": "^7.1", "php-http/httplug": "^2.0", "psr/http-client": "^1.0", "guzzlehttp/guzzle": "^6.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^7.4", "php-http/client-integration-tests": "^2.0" }, "provide": { "php-http/client-implementation": "1.0", "php-http/async-client-implementation": "1.0", "psr/http-client-implementation": "1.0" }, "autoload": { "psr-4": { "Http\\Adapter\\Guzzle6\\": "src/" } }, "autoload-dev": { "psr-4": { "Http\\Adapter\\Guzzle6\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } } }