Skip to content

Commit 578b8d2

Browse files
add composer keywords
1 parent b931e45 commit 578b8d2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"description": "BSON's ObjectId for PHP",
44
"type": "library",
55
"license": "BSD-2-Clause",
6+
"keywords": [
7+
"BSON",
8+
"ObjectId",
9+
"BSON::ObjectId",
10+
"MongoDB",
11+
"UUID",
12+
"bson-objectid",
13+
"unique-identifier"
14+
],
615
"scripts": {
716
"test": "vendor/bin/pest"
817
},
@@ -30,4 +39,4 @@
3039
"pestphp/pest-plugin": true
3140
}
3241
}
33-
}
42+
}

0 commit comments

Comments
 (0)