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 578b8d2Copy full SHA for 578b8d2
composer.json
@@ -3,6 +3,15 @@
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
+ "bson-objectid",
13
+ "unique-identifier"
14
+ ],
15
"scripts": {
16
"test": "vendor/bin/pest"
17
},
@@ -30,4 +39,4 @@
30
39
"pestphp/pest-plugin": true
31
40
}
32
41
33
-}
42
+}
0 commit comments