From 33b23c92df4eebf38902f861eaa0bce13e1f0179 Mon Sep 17 00:00:00 2001 From: Carsten Jonstrup Date: Wed, 11 Oct 2017 15:29:29 +0200 Subject: [PATCH] Cleanup --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c26e088..2cb5e7a 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,12 @@ { "name": "lenius/laravel-basket", "description": "Shopping basket package", + "homepage": "https://github.com/Lenius/laravel-basket", + "keywords": ["e-commerce", "shopping"], + "license": "MIT", "authors": [ { - "name": "Lenius", + "name": "Carsten Jonstrup", "email": "info@lenius.dk" } ],