From 3cc3813971f9d29c5b0a123f7ccdacaaf655b066 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Fri, 31 Jan 2014 18:04:14 +0100 Subject: [PATCH] remove authors file and add more information to composer.json --- AUTHORS | 13 ------------- LICENSE | 2 +- composer.json | 17 +++++++++++++++-- 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 9757105..0000000 --- a/AUTHORS +++ /dev/null @@ -1,13 +0,0 @@ -Twig is written and maintained by the Twig Team: - -Lead Developer: - -- Fabien Potencier - -C Extension Developer: - -- Derick Rethans - -Project Founder: - -- Armin Ronacher diff --git a/LICENSE b/LICENSE index 9fd33f5..a470002 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2014 by the Twig Team, see AUTHORS for more details. +Copyright (c) 2009-2014 by the Twig Team. Some rights reserved. diff --git a/composer.json b/composer.json index 799a3eb..f1e7a30 100644 --- a/composer.json +++ b/composer.json @@ -8,13 +8,26 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "homepage": "https://github.com/fabpot/Twig/graphs/contributors", + "role": "Contributors" }, { "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com" + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" } ], + "support": { + "issues": "https://github.com/fabpot/Twig/issues", + "forum": "https://groups.google.com/forum/#!forum/twig-users", + "source": "https://github.com/fabpot/Twig" + }, "require": { "php": ">=5.2.4" }, -- 1.7.2.5