remove authors file and add more information to composer.json
authorTobias Schultze <webmaster@tubo-world.de>
Fri, 31 Jan 2014 17:04:14 +0000 (18:04 +0100)
committerTobias Schultze <webmaster@tubo-world.de>
Fri, 31 Jan 2014 17:04:14 +0000 (18:04 +0100)
AUTHORS [deleted file]
LICENSE
composer.json

diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644 (file)
index 9757105..0000000
--- a/AUTHORS
+++ /dev/null
@@ -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>
diff --git a/LICENSE b/LICENSE
index 9fd33f5..a470002 100644 (file)
--- 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.
 
index 799a3eb..f1e7a30 100644 (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"
     },