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/discovery/ |
{ "name": "php-http/discovery", "description": "Finds installed HTTPlug implementations and PSR-7 message factories", "license": "MIT", "keywords": ["http", "discovery", "client", "adapter", "message", "factory", "psr7"], "homepage": "http://php-http.org", "authors": [ { "name": "Márk Sági-Kazár", "email": "[email protected]" } ], "require": { "php": "^7.1" }, "require-dev": { "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "puli/composer-plugin": "1.0.0-beta10", "phpspec/phpspec": "^5.1", "akeneo/phpspec-skip-example-extension": "^4.0" }, "suggest": { "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details.", "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" } }, "autoload-dev": { "psr-4": { "spec\\Http\\Discovery\\": "spec/" } }, "scripts": { "test": "vendor/bin/phpspec run", "test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml" }, "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "conflict": { "nyholm/psr7": "<1.0" }, "prefer-stable": true, "minimum-stability": "beta" }