From 5b9172772ebfbd2496467f7e5dbed7c3f30eb84d Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Mon, 11 May 2015 22:34:13 +0200 Subject: [PATCH] bugfix in authors list --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f70de3f..481f18f 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,12 @@ "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" + { + "name": "Dominique Barton", + "email": "dbarton@confirm.ch", + "homepage": "http://www.confirm.ch", + "role": "Developer" + } ], "require": { "php": ">=5.3.0"