From: Igor Wiedler Date: Tue, 27 Sep 2011 18:15:15 +0000 (+0200) Subject: [composer] add composer.json X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=bd04de28191fa068a42d89b4e03ae33ec3a1e726;p=web%2Fkonrad%2Ftwig.git [composer] add 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" + } +}