Skip to content

Commit aa176e2

Browse files
committed
init update
1 parent b051fc4 commit aa176e2

1 file changed

Lines changed: 34 additions & 8 deletions

File tree

composer.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
{
22
"name": "check-hostcc/check-host-api-php",
3-
"description": "A lightweight, lightning-fast PHP wrapper for the Check-Host.cc API.",
3+
"description": "A lightweight, zero-dependency PHP 8.1+ wrapper for the Check-Host.cc API to perform global network diagnostics.",
4+
"keywords": [
5+
"check-host",
6+
"monitoring",
7+
"network-diagnostics",
8+
"ping",
9+
"mtr",
10+
"dns-lookup",
11+
"api-client",
12+
"uptime"
13+
],
14+
"homepage": "https://check-host.cc",
15+
"readme": "README.md",
416
"type": "library",
17+
"license": "ISC",
18+
"authors": [
19+
{
20+
"name": "Check-Host",
21+
"email": "dev@check-host.cc",
22+
"role": "Developer"
23+
}
24+
],
25+
"support": {
26+
"issues": "https://github.com/check-hostcc/check-host-api-php/issues",
27+
"source": "https://github.com/check-hostcc/check-host-api-php",
28+
"docs": "https://docs.check-host.cc"
29+
},
530
"require": {
631
"php": "^8.1",
732
"ext-curl": "*",
@@ -10,13 +35,6 @@
1035
"require-dev": {
1136
"phpunit/phpunit": "^10.5"
1237
},
13-
"license": "ISC",
14-
"authors": [
15-
{
16-
"name": "Check-Host",
17-
"email": "dev@check-host.cc"
18-
}
19-
],
2038
"autoload": {
2139
"psr-4": {
2240
"CheckHostCc\\CheckHostApi\\": "src/"
@@ -26,5 +44,13 @@
2644
"psr-4": {
2745
"CheckHostCc\\CheckHostApi\\Tests\\": "tests/"
2846
}
47+
},
48+
"minimum-stability": "stable",
49+
"prefer-stable": true,
50+
"config": {
51+
"sort-packages": true,
52+
"allow-plugins": {
53+
"php-http/discovery": true
54+
}
2955
}
3056
}

0 commit comments

Comments
 (0)