Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/plugins/paymethod/paypal/vendor/php-http/httplug/ |
{ "name": "php-http/httplug", "description": "HTTPlug, the HTTP client abstraction for PHP", "license": "MIT", "keywords": ["http", "client"], "homepage": "http://httplug.io", "authors": [ { "name": "Eric GELOEN", "email": "[email protected]" }, { "name": "Márk Sági-Kazár", "email": "[email protected]" } ], "require": { "php": "^7.0", "psr/http-message": "^1.0", "psr/http-client": "^1.0", "php-http/promise": "^1.0" }, "require-dev": { "phpspec/phpspec": "^4.3.4|^5.0|^6.0", "friends-of-phpspec/phpspec-code-coverage" : "^4.1" }, "autoload": { "psr-4": { "Http\\Client\\": "src/" } }, "scripts": { "test": "vendor/bin/phpspec run", "test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml" }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } } }