Skip to content

Commit e924132

Browse files
committed
update composer json file
1 parent bb36e1d commit e924132

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

composer.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"name": "bakame/http-structured-fields",
3-
"description": "Structured Field Values for HTTP manipulation in PHP",
3+
"description": "A PHP library that parses, validates and serializes HTTP structured fields according to the IETF RFCs",
44
"type": "library",
5-
"keywords": ["http", "http headers", "http trailers", "headers", "trailers", "structured fields", "structured headers", "structured trailers", "parser", "serializer", "rfc8941"],
5+
"keywords": [
6+
"http",
7+
"http headers",
8+
"http trailers",
9+
"headers",
10+
"trailers",
11+
"structured fields",
12+
"structured headers",
13+
"structured trailers",
14+
"structured values",
15+
"parser",
16+
"serializer",
17+
"validation",
18+
"rfc8941",
19+
"rfc9651"
20+
],
621
"license": "MIT",
722
"authors": [
823
{

0 commit comments

Comments
 (0)