Skip to content

Commit 12e30b4

Browse files
committed
Added keywords to composer.json.
1 parent 3428cd6 commit 12e30b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "hexydec/htmldoc",
3-
"description": "A token based HTML Document parser and minifier written in PHP",
3+
"description": "A token based HTML document parser and minifier written in PHP",
44
"type": "library",
55
"license": "MIT",
6+
"homepage": "https://github.com/hexydec/htmldoc",
67
"authors": [
78
{
89
"name": "Will Earp",
910
"email": "[email protected]",
1011
"homepage": "https://github.com/hexydec"
1112
}
1213
],
14+
"keywords": ["html", "minify", "minifier", "parser", "compiler", "dom", "simplehtmldom", "css", "javascript", "xml", "svg"],
1315
"minimum-stability": "stable",
1416
"require": {
1517
"php": ">=7.4",

0 commit comments

Comments
 (0)