From a1701358bccaa3acea8a092bb08b04847d323a1e Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Sat, 2 Jun 2012 18:39:26 +0300 Subject: [PATCH] Fixed authors array. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4aefdc..cb42553 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "http://www.doctrine-project.org", "license": "LGPL", "authors": [ - {"name": "Jonathan H. Wage", "email": "jonwage@gmail.com"}, + {"name": "Jonathan H. Wage", "email": "jonwage@gmail.com"} ], "require": { "php": ">=5.3.2",