From 8fdc00589f1e23947a160ceef4a2e06b6ea313d0 Mon Sep 17 00:00:00 2001 From: Pieter Colpaert Date: Tue, 2 Oct 2018 09:42:09 +0200 Subject: [PATCH] fix composer --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fabaa3f..0fd4372 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ "role": "developer" } ], - "support": [ + "support": { "source": "https://github.com/pietercolpaert/hardf", - "issues":"https://github.com/pietercolpaert/hardf/issues" - ], + "issues": "https://github.com/pietercolpaert/hardf/issues" + }, "autoload": { "psr-4": { "pietercolpaert\\hardf\\": "src/"