![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/ezimuel/ringphp/ |
{ "name": "ezimuel/ringphp", "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php", "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "[email protected]", "homepage": "https://github.com/mtdowling" } ], "require": { "php": ">=5.4.0", "ezimuel/guzzlestreams": "^3.0.1", "react/promise": "~2.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "~9.0" }, "replace": { "guzzlehttp/ringphp": "self.version" }, "suggest": { "ext-curl": "Guzzle will use specific adapters if cURL is present" }, "autoload": { "psr-4": { "GuzzleHttp\\Ring\\": "src/" } }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Tests\\Ring\\": "tests/" } }, "scripts": { "test": "make test", "test-ci": "make coverage" }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } } }