Skip to content

Commit 2e74aef

Browse files
committed
Add keywords to the composer.json file
These will help people find the package on packagist.
1 parent 7d219b8 commit 2e74aef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "madewithlove/laravel-nova-uuid-support",
33
"description": "Adds uuid and other string identifier support to Laravel Nova",
4+
"keywords": [
5+
"laravel",
6+
"nova",
7+
"uuid",
8+
"string",
9+
"identifiers",
10+
"primary"
11+
],
412
"type": "library",
513
"license": "MIT",
614
"require": {

0 commit comments

Comments
 (0)