Skip to content

Commit 4225f4d

Browse files
committed
Merge branch 'links' into development
2 parents ba0a221 + 26ade1c commit 4225f4d

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Aplus Framework HTTP Client Library
44

5+
- [Homepage](https://aplus-framework.com/packages/http-client)
56
- [User Guide](https://docs.aplus-framework.com/guides/libraries/http-client/index.html)
67
- [API Documentation](https://docs.aplus-framework.com/packages/http-client.html)
78

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "aplus/http-client",
3-
"type": "library",
43
"description": "Aplus HTTP Client Library",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"api",
78
"http-client",
@@ -11,15 +12,27 @@
1112
"response",
1213
"curl"
1314
],
14-
"homepage": "https://docs.aplus-framework.com/guides/libraries/http-client/",
15-
"license": "MIT",
1615
"authors": [
1716
{
1817
"name": "Natan Felles",
1918
"email": "[email protected]",
2019
"homepage": "https://natanfelles.github.io"
2120
}
2221
],
22+
"homepage": "https://aplus-framework.com/packages/http-client",
23+
"support": {
24+
"email": "[email protected]",
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+
],
2336
"require": {
2437
"php": ">=8.0",
2538
"ext-curl": "*",
@@ -37,11 +50,8 @@
3750
"phpstan/phpstan": "^0.12",
3851
"phpunit/phpunit": "^9.5"
3952
},
40-
"config": {
41-
"optimize-autoloader": true,
42-
"preferred-install": "dist",
43-
"sort-packages": true
44-
},
53+
"minimum-stability": "dev",
54+
"prefer-stable": true,
4555
"autoload": {
4656
"psr-4": {
4757
"Framework\\HTTP\\Client\\": "src/"
@@ -52,19 +62,9 @@
5262
"Tests\\HTTP\\Client\\": "tests/"
5363
}
5464
},
55-
"minimum-stability": "dev",
56-
"prefer-stable": true,
57-
"support": {
58-
"email": "[email protected]",
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+
}
7070
}

0 commit comments

Comments
 (0)