PHP Classes

File: _tests/vendor/psr/http-client/composer.json

Recommend this page to a friend!
  Classes of Asad Ali   PayDirectly PHP   _tests/vendor/psr/http-client/composer.json   Download  
File: _tests/vendor/psr/http-client/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayDirectly PHP
Send HTTP requests to the PayDirectly API
Author: By
Last change:
Date: 2 years ago
Size: 635 bytes
 

Contents

Class file image Download
{ "name": "psr/http-client", "description": "Common interface for HTTP clients", "keywords": ["psr", "psr-18", "http", "http-client"], "homepage": "https://github.com/php-fig/http-client", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }