From bd04de28191fa068a42d89b4e03ae33ec3a1e726 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 27 Sep 2011 20:15:15 +0200 Subject: [PATCH] [composer] add composer.json --- composer.json | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ef31a91 --- /dev/null +++ b/composer.json @@ -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" + } +} -- 1.7.2.5