Skip to content

Commit 0df9752

Browse files
committed
description and keyword
1 parent ee931d9 commit 0df9752

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "samsonasik/array-lookup",
33
"type": "library",
4-
"description": " A fast array lookup library ",
4+
"description": "A fast lookup library that help you verify and search array and Traversable data",
55
"keywords": [
66
"array",
7+
"traversable",
8+
"iterable",
79
"search",
810
"filter",
9-
"fast"
11+
"fast",
12+
"lookup"
1013
],
1114
"homepage": "https://github.com/samsonasik/ArrayLookup",
1215
"license": "MIT",

0 commit comments

Comments
 (0)