mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
[composer] add composer.json
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user