source: vendor/psr/http-client/composer.json

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 727 bytes
Line 
1{
2 "name": "psr/http-client",
3 "description": "Common interface for HTTP clients",
4 "keywords": ["psr", "psr-18", "http", "http-client"],
5 "homepage": "https://github.com/php-fig/http-client",
6 "license": "MIT",
7 "authors": [
8 {
9 "name": "PHP-FIG",
10 "homepage": "https://www.php-fig.org/"
11 }
12 ],
13 "support": {
14 "source": "https://github.com/php-fig/http-client"
15 },
16 "require": {
17 "php": "^7.0 || ^8.0",
18 "psr/http-message": "^1.0 || ^2.0"
19 },
20 "autoload": {
21 "psr-4": {
22 "Psr\\Http\\Client\\": "src/"
23 }
24 },
25 "extra": {
26 "branch-alias": {
27 "dev-master": "1.0.x-dev"
28 }
29 }
30}
Note: See TracBrowser for help on using the repository browser.