We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b931e45 commit 0ca3bb4Copy full SHA for 0ca3bb4
composer.json
@@ -3,6 +3,13 @@
3
"description": "BSON's ObjectId for PHP",
4
"type": "library",
5
"license": "BSD-2-Clause",
6
+ "keywords": [
7
+ "BSON",
8
+ "ObjectId",
9
+ "BSON::ObjectId",
10
+ "MongoDB",
11
+ "UUID"
12
+ ],
13
"scripts": {
14
"test": "vendor/bin/pest"
15
},
@@ -30,4 +37,4 @@
30
37
"pestphp/pest-plugin": true
31
38
}
32
39
33
-}
40
+}
0 commit comments