From be9fa525b00d25716809cf4b5c62e4d643c38219 Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Tue, 21 Feb 2017 22:42:13 +0100 Subject: [PATCH] fix composer package keywords --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 841c85e..189dc6d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "elchristo/calendar", "description": "PHP component to build and convert source based calendars", - "keywords": [ "php, calendar" ], + "keywords": [ "php", "calendar" ], "authors": [ { "name": "Christoph Lehner",