[composer] add composer.json
authorIgor Wiedler <igor@wiedler.ch>
Tue, 27 Sep 2011 18:15:15 +0000 (20:15 +0200)
committerIgor Wiedler <igor@wiedler.ch>
Tue, 27 Sep 2011 18:15:15 +0000 (20:15 +0200)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..ef31a91
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "name": "twig/twig",
+    "type": "library",
+    "description": "Twig, the flexible, fast, and secure template language for PHP",
+    "keywords": ["templating"],
+    "homepage": "http://twig.sensiolabs.org",
+    "version": "1.2.1",
+    "license": "BSD",
+    "authors": [
+        {
+            "name": "Fabien Potencier",
+            "email": "fabien@symfony.com"
+        },
+        {
+            "name": "Armin Ronacher",
+            "email": "armin.ronacher@active-4.com"
+        }
+    ],
+    "require": {
+        "php": ">=5.2.4"
+    }
+}