From 70bc676ee45a65fae96c89afaeacd43ec3fbc692 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Sun, 15 May 2022 23:06:23 +0200 Subject: [PATCH] Update composer.json --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 76b250f..708f11b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,14 @@ { "name": "bkwld/croppa", "description": "Image thumbnail creation through specially formatted URLs for Laravel", + "keywords": [ + "image", + "thumb", + "resize", + "laravel" + ], + "homepage": "https://github.com/bkwld/croppa", + "license": "MIT", "authors": [ { "name": "Robert Reinhard" @@ -9,7 +17,6 @@ "name": "Samuel De Backer" } ], - "license": "MIT", "require": { "php": "^8.0.2", "illuminate/console": "^9.0",