| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "twig/twig", |
| 4 |
"version": "v1.33.0", |
| 5 |
"version_normalized": "1.33.0.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/twigphp/Twig.git", |
| 9 |
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", |
| 14 |
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"php": ">=5.2.7" |
| 19 |
}, |
| 20 |
"require-dev": { |
| 21 |
"psr/container": "^1.0", |
| 22 |
"symfony/debug": "~2.7", |
| 23 |
"symfony/phpunit-bridge": "~3.3@dev" |
| 24 |
}, |
| 25 |
"time": "2017-03-22 15:40:09", |
| 26 |
"type": "library", |
| 27 |
"extra": { |
| 28 |
"branch-alias": { |
| 29 |
"dev-master": "1.33-dev" |
| 30 |
} |
| 31 |
}, |
| 32 |
"installation-source": "dist", |
| 33 |
"autoload": { |
| 34 |
"psr-0": { |
| 35 |
"Twig_": "lib/" |
| 36 |
} |
| 37 |
}, |
| 38 |
"notification-url": "https://packagist.org/downloads/", |
| 39 |
"license": [ |
| 40 |
"BSD-3-Clause" |
| 41 |
], |
| 42 |
"authors": [ |
| 43 |
{ |
| 44 |
"name": "Fabien Potencier", |
| 45 |
"email": "fabien@symfony.com", |
| 46 |
"homepage": "http://fabien.potencier.org", |
| 47 |
"role": "Lead Developer" |
| 48 |
}, |
| 49 |
{ |
| 50 |
"name": "Armin Ronacher", |
| 51 |
"email": "armin.ronacher@active-4.com", |
| 52 |
"role": "Project Founder" |
| 53 |
}, |
| 54 |
{ |
| 55 |
"name": "Twig Team", |
| 56 |
"homepage": "http://twig.sensiolabs.org/contributors", |
| 57 |
"role": "Contributors" |
| 58 |
} |
| 59 |
], |
| 60 |
"description": "Twig, the flexible, fast, and secure template language for PHP", |
| 61 |
"homepage": "http://twig.sensiolabs.org", |
| 62 |
"keywords": [ |
| 63 |
"templating" |
| 64 |
] |
| 65 |
} |
| 66 |
] |
| 67 |
|