From bca786de3f617bdbc324b81a1896af40ad195973 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Mon, 11 May 2015 22:28:23 +0200 Subject: [PATCH] added author --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 172c146..f70de3f 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,10 @@ "homepage": "http://github.com/confirm-it-solutions/PhpZabbixApi", "license": "MIT", "authors": [ + "name": "Dominique Barton", + "email": "dbarton@confirm.ch", + "homepage": "http://www.confirm.ch", + "role": "Developer" ], "require": { "php": ">=5.3.0"