Skip to content

Commit 1ea642f

Browse files
committed
Added keywords to composer.json.
1 parent 2adaf5d commit 1ea642f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"description": "A token based CSS Document parser and minifier written in PHP",
44
"type": "library",
55
"license": "MIT",
6+
"homepage": "https://github.com/hexydec/cssdoc",
67
"authors": [
78
{
89
"name": "Will Earp",
910
"email": "[email protected]",
10-
"homepage": "https://github.com/hexydec/cssdoc"
11+
"homepage": "https://github.com/hexydec"
1112
}
1213
],
14+
"keywords": ["css", "stylesheet", "minifier", "minify", "parser", "compiler"],
1315
"minimum-stability": "stable",
1416
"require": {
1517
"php": ">=7.4",

0 commit comments

Comments
 (0)