Skip to content

Commit d382fb6

Browse files
committed
Adding keywords to composer config file
1 parent 640f168 commit d382fb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "bakame/http-structured-fields",
33
"description": "Structured Field Values for HTTP manipulation in PHP",
44
"type": "library",
5-
"license": [
6-
"MIT"
7-
],
5+
"keywords": ["http", "http headers", "http trailers", "headers", "trailers", "structured fields", "structured headers", "structured trailers", "parser", "serializer", "rfc8941"],
6+
"license": "MIT",
87
"authors": [
98
{
109
"name" : "Ignace Nyamagana Butera",

0 commit comments

Comments
 (0)