From 97a20cc7b993bfc109603323eb55485cdc164056 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 7 Nov 2012 21:54:47 +0100 Subject: [PATCH] Fix composer.json Empty email is invalid and dev-master is now gone from packagist because of it --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7b842d06..b077d608 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,7 @@ "license": "MIT", "authors": [ { - "name": "François Zaninotto", - "email": "" + "name": "François Zaninotto" } ], "require": {