Skip to content

Commit 8d85584

Browse files
committed
Fix description and add homepage/support metadata
1 parent bba6318 commit 8d85584

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "peekapi/peekapi",
3-
"description": "Zero-dependency PHP SDK for API Usage Dashboard. PSR-15 and Laravel middleware included.",
3+
"description": "Zero-dependency PHP SDK for PeekAPI — PSR-15 and Laravel middleware for API analytics",
44
"type": "library",
55
"license": "MIT",
6-
"keywords": ["api", "analytics", "middleware", "psr-15", "laravel"],
6+
"keywords": ["api", "analytics", "middleware", "psr-15", "laravel", "peekapi"],
7+
"homepage": "https://github.com/peekapi-dev/sdk-php",
8+
"support": {
9+
"issues": "https://github.com/peekapi-dev/sdk-php/issues",
10+
"source": "https://github.com/peekapi-dev/sdk-php"
11+
},
712
"require": {
813
"php": ">=8.2",
914
"ext-curl": "*",

0 commit comments

Comments
 (0)