remove authors file and add more information to composer.json

This commit is contained in:
Tobias Schultze
2014-01-31 18:04:14 +01:00
parent 5fd4db64de
commit 3cc3813971
3 changed files with 16 additions and 16 deletions
-13
View File
@@ -1,13 +0,0 @@
Twig is written and maintained by the Twig Team:
Lead Developer:
- Fabien Potencier <fabien.potencier@symfony-project.org>
C Extension Developer:
- Derick Rethans <derick@derickrethans.nl>
Project Founder:
- Armin Ronacher <armin.ronacher@active-4.com>
+1 -1
View File
@@ -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.
+15 -2
View File
@@ -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"
},