Skip to content

Commit 27cb194

Browse files
add composer keywords
1 parent b931e45 commit 27cb194

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "BSON's ObjectId for PHP",
44
"type": "library",
55
"license": "BSD-2-Clause",
6+
"keywords": [
7+
"BSON",
8+
"ObjectId",
9+
"MongoDB",
10+
"UUID",
11+
"bson-objectid",
12+
"unique-identifier"
13+
],
614
"scripts": {
715
"test": "vendor/bin/pest"
816
},
@@ -30,4 +38,4 @@
3038
"pestphp/pest-plugin": true
3139
}
3240
}
33-
}
41+
}

0 commit comments

Comments
 (0)