|
1 | 1 | { |
2 | 2 | "name": "aplus/http-client", |
3 | | - "type": "library", |
4 | 3 | "description": "Aplus HTTP Client Library", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [ |
6 | 7 | "api", |
7 | 8 | "http-client", |
|
11 | 12 | "response", |
12 | 13 | "curl" |
13 | 14 | ], |
14 | | - "homepage": "https://docs.aplus-framework.com/guides/libraries/http-client/", |
15 | | - "license": "MIT", |
16 | 15 | "authors": [ |
17 | 16 | { |
18 | 17 | "name": "Natan Felles", |
19 | 18 | |
20 | 19 | "homepage": "https://natanfelles.github.io" |
21 | 20 | } |
22 | 21 | ], |
| 22 | + "homepage": "https://aplus-framework.com/packages/http-client", |
| 23 | + "support": { |
| 24 | + |
| 25 | + "issues": "https://gitlab.com/aplus-framework/libraries/http-client/issues", |
| 26 | + "forum": "https://aplus-framework.com/forum", |
| 27 | + "source": "https://gitlab.com/aplus-framework/libraries/http-client", |
| 28 | + "docs": "https://docs.aplus-framework.com/guides/libraries/http-client/" |
| 29 | + }, |
| 30 | + "funding": [ |
| 31 | + { |
| 32 | + "type": "Aplus Sponsor", |
| 33 | + "url": "https://aplus-framework.com/sponsor" |
| 34 | + } |
| 35 | + ], |
23 | 36 | "require": { |
24 | 37 | "php": ">=8.0", |
25 | 38 | "ext-curl": "*", |
|
37 | 50 | "phpstan/phpstan": "^0.12", |
38 | 51 | "phpunit/phpunit": "^9.5" |
39 | 52 | }, |
40 | | - "config": { |
41 | | - "optimize-autoloader": true, |
42 | | - "preferred-install": "dist", |
43 | | - "sort-packages": true |
44 | | - }, |
| 53 | + "minimum-stability": "dev", |
| 54 | + "prefer-stable": true, |
45 | 55 | "autoload": { |
46 | 56 | "psr-4": { |
47 | 57 | "Framework\\HTTP\\Client\\": "src/" |
|
52 | 62 | "Tests\\HTTP\\Client\\": "tests/" |
53 | 63 | } |
54 | 64 | }, |
55 | | - "minimum-stability": "dev", |
56 | | - "prefer-stable": true, |
57 | | - "support": { |
58 | | - |
59 | | - "issues": "https://gitlab.com/aplus-framework/libraries/http-client/issues", |
60 | | - "wiki": "https://gitlab.com/aplus-framework/libraries/http-client/wikis/home", |
61 | | - "source": "https://gitlab.com/aplus-framework/libraries/http-client", |
62 | | - "docs": "https://docs.aplus-framework.com/guides/libraries/http-client/" |
63 | | - }, |
64 | | - "funding": [ |
65 | | - { |
66 | | - "type": "other", |
67 | | - "url": "https://aplus-framework.com/sponsor" |
68 | | - } |
69 | | - ] |
| 65 | + "config": { |
| 66 | + "optimize-autoloader": true, |
| 67 | + "preferred-install": "dist", |
| 68 | + "sort-packages": true |
| 69 | + } |
70 | 70 | } |
0 commit comments