Skip to content

Commit 0ca3bb4

Browse files
add composer keywords
1 parent b931e45 commit 0ca3bb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
],
613
"scripts": {
714
"test": "vendor/bin/pest"
815
},
@@ -30,4 +37,4 @@
3037
"pestphp/pest-plugin": true
3138
}
3239
}
33-
}
40+
}

0 commit comments

Comments
 (0)