Skip to content

Commit 8cb05e8

Browse files
committed
Add keywords to composer.json
Signed-off-by: Jack Cherng <[email protected]>
1 parent f061297 commit 8cb05e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).",
44
"type": "library",
55
"license": "BSD-3-Clause",
6+
"keywords": [
7+
"diff",
8+
"udiff",
9+
"unidiff",
10+
"unified diff"
11+
],
612
"minimum-stability": "beta",
713
"prefer-stable": true,
814
"authors": [

0 commit comments

Comments
 (0)