mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
remove authors file and add more information to composer.json
This commit is contained in:
@@ -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,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
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user