From df94dc5938b2609a2111978efc8cd14ee0578b18 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sat, 22 Jul 2017 11:49:11 +0200 Subject: [PATCH] Add Marco Pivetta to authors I'm sure there's no need to explain... --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51d816f97..45744f0bf 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ {"name": "Roman Borschel", "email": "roman@code-factory.org"}, {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}, {"name": "Jonathan Wage", "email": "jonwage@gmail.com"}, - {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} + {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}, + {"name": "Marco Pivetta", "email": "ocramius@gmail.com"} ], "require": { "php": "~7.1",