Skip to content
Snippets Groups Projects
Commit 71262edc authored by Hanne Moa's avatar Hanne Moa
Browse files

Use twig

parent d1208f56
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@
"php": ">=5.3",
"simplesamlphp/saml2": "~1.7",
"robrichards/xmlseclibs": "~1.4.1",
"whitehat101/apr1-md5": "~1.0"
"whitehat101/apr1-md5": "~1.0",
"twig/twig": "~1.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
......
......@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "0272796fd8e300099123d61cc2c08e00",
"content-hash": "f95619684158a44490820c38fa1049e3",
"hash": "035dd634cd2dce43d296a90f49bc78ae",
"content-hash": "21872882dc4dbce79996769bd5f67bd9",
"packages": [
{
"name": "psr/log",
......@@ -135,6 +135,67 @@
"description": "SAML2 PHP library from SimpleSAMLphp",
"time": "2016-01-27 14:23:34"
},
{
"name": "twig/twig",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
"shasum": ""
},
"require": {
"php": ">=5.2.7"
},
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.24-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
"time": "2016-01-25 21:22:18"
},
{
"name": "whitehat101/apr1-md5",
"version": "v1.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment