From 2e74aef735bdbb4a2f9f28d75997dfd29d6db23c Mon Sep 17 00:00:00 2001 From: woutersioen Date: Fri, 22 Nov 2019 08:45:38 +0100 Subject: [PATCH] Add keywords to the composer.json file These will help people find the package on packagist. --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index fd96dd5..ab58eda 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,14 @@ { "name": "madewithlove/laravel-nova-uuid-support", "description": "Adds uuid and other string identifier support to Laravel Nova", + "keywords": [ + "laravel", + "nova", + "uuid", + "string", + "identifiers", + "primary" + ], "type": "library", "license": "MIT", "require": {