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 27cb194Copy full SHA for 27cb194
composer.json
@@ -3,6 +3,14 @@
3
"description": "BSON's ObjectId for PHP",
4
"type": "library",
5
"license": "BSD-2-Clause",
6
+ "keywords": [
7
+ "BSON",
8
+ "ObjectId",
9
+ "MongoDB",
10
+ "UUID",
11
+ "bson-objectid",
12
+ "unique-identifier"
13
+ ],
14
"scripts": {
15
"test": "vendor/bin/pest"
16
},
@@ -30,4 +38,4 @@
30
38
"pestphp/pest-plugin": true
31
39
}
32
40
33
-}
41
+}
0 commit comments