From c7375dea8e91582958a3a0df3c5d4f4fce91e3c5 Mon Sep 17 00:00:00 2001 From: Fonata Date: Thu, 9 Aug 2018 13:48:06 +0200 Subject: [PATCH] Added authors and web links to source and issues --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/composer.json b/composer.json index 7640ba1..cf6af5a 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,14 @@ { "name": "William Knauss", "email": "will.knauss@gmail.com" + }, + { + "name": "Susann Sgorzaly", + "homepage": "https://github.com/susgo" + }, + { + "name": "Christian Bläul", + "homepage": "https://github.com/Fonata" } ], "autoload":{ @@ -31,5 +39,9 @@ }, "suggest": { "illuminate/support": "Fluent array interface for map functions" + }, + "support": { + "issues": "https://github.com/parsecsv/parsecsv-for-php/issues", + "source": "https://github.com/parsecsv/parsecsv-for-php" } }