2016-07-12 18:58:57 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2016-09-15 23:39:08 +00:00
|
|
|
"hash": "39f660ebb5c00de16fd3af95d01593bc",
|
|
|
|
"content-hash": "d3fd7fcb87ae95dbd6ab6f2569f8386d",
|
2016-07-12 18:58:57 +00:00
|
|
|
"packages": [
|
2016-07-15 01:52:31 +00:00
|
|
|
{
|
|
|
|
"name": "opdavies/twig-extensions",
|
2016-09-15 23:39:08 +00:00
|
|
|
"version": "1.1.1",
|
2016-07-15 01:52:31 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/opdavies/twig-extensions.git",
|
2016-09-15 23:39:08 +00:00
|
|
|
"reference": "4d1593523fdf1756a54a148645b2f4bf2afecb75"
|
2016-07-15 01:52:31 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-09-15 23:39:08 +00:00
|
|
|
"url": "https://api.github.com/repos/opdavies/twig-extensions/zipball/4d1593523fdf1756a54a148645b2f4bf2afecb75",
|
|
|
|
"reference": "4d1593523fdf1756a54a148645b2f4bf2afecb75",
|
2016-07-15 01:52:31 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"twig/twig": "^1.24"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2016-09-15 23:39:08 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2-dev"
|
|
|
|
}
|
|
|
|
},
|
2016-07-15 01:52:31 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Opdavies\\Twig\\Extensions\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oliver Davies",
|
|
|
|
"email": "oliver@oliverdavies.uk",
|
|
|
|
"homepage": "https://www.oliverdavies.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A collection of personal Twig extensions.",
|
2016-09-15 23:39:08 +00:00
|
|
|
"time": "2016-09-14 21:35:45"
|
2016-07-15 01:52:31 +00:00
|
|
|
},
|
2016-07-12 18:58:57 +00:00
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2016-09-15 23:39:08 +00:00
|
|
|
"version": "v1.24.2",
|
2016-07-12 18:58:57 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2016-09-15 23:39:08 +00:00
|
|
|
"reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7"
|
2016-07-12 18:58:57 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-09-15 23:39:08 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
|
|
|
|
"reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
|
2016-07-12 18:58:57 +00:00
|
|
|
"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"
|
|
|
|
],
|
2016-09-15 23:39:08 +00:00
|
|
|
"time": "2016-09-01 17:50:53"
|
2016-07-12 18:58:57 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2016-09-15 23:39:08 +00:00
|
|
|
"stability-flags": [],
|
2016-07-12 18:58:57 +00:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|