From cbbfa7eaac782829ba46abd90a16f89b442e7f0c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Sat, 6 Oct 2012 18:38:39 +0200 Subject: [PATCH] Update dependencies --- composer.json | 4 +- composer.lock | 896 +++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 776 insertions(+), 124 deletions(-) diff --git a/composer.json b/composer.json index ee0261a..b2fd575 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ } ], "require": { - "php": ">=5.3.2", - "symfony/process": ">2.0", + "php": ">=5.3.3", + "symfony/process": ">=2.0,<=2.2", "monolog/monolog": "1.0.*" }, "minimum-stability": "dev", diff --git a/composer.lock b/composer.lock index 6fe5762..569895f 100644 --- a/composer.lock +++ b/composer.lock @@ -1,165 +1,817 @@ { - "hash": "e3e991cb131d318e3f9cfa9b358da8db", + "hash": "7a1ae4210db9e27bb700dc1c0de19417", "packages": [ { - "package": "monolog/monolog", - "version": "1.0.2" + "name": "monolog/monolog", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Seldaek/monolog/zipball/1.0.2", + "reference": "1.0.2", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2011-10-24 09:39:02", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Monolog": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be", + "role": "Developer" + } + ], + "description": "Logging for PHP 5.3", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging" + ] }, { - "package": "symfony/process", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" - }, - { - "package": "symfony/process", - "version": "dev-master", - "source-reference": "9d4ac6860929f84e68732d1793cd2edb0881d955", - "commit-date": "1346330945" + "name": "symfony/process", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/Process", + "source": { + "type": "git", + "url": "https://github.com/symfony/Process", + "reference": "2965a0340c138d7b47e74ed6c44402d946f0bbd2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Process/zipball/2965a0340c138d7b47e74ed6c44402d946f0bbd2", + "reference": "2965a0340c138d7b47e74ed6c44402d946f0bbd2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Process": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "http://symfony.com" } ], "packages-dev": [ { - "package": "fabpot/php-cs-fixer", + "name": "fabpot/php-cs-fixer", "version": "dev-master", - "source-reference": "55701d65622b72cbe0db8d8f9136d36e45b2f7f4", - "commit-date": "1343202851" + "source": { + "type": "git", + "url": "https://github.com/fabpot/PHP-CS-Fixer.git", + "reference": "24df86b1a29a9f6151e495615123308542bcfb05" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/PHP-CS-Fixer/zipball/24df86b1a29a9f6151e495615123308542bcfb05", + "reference": "24df86b1a29a9f6151e495615123308542bcfb05", + "shasum": "" + }, + "require": { + "symfony/console": "2.1.*", + "symfony/filesystem": "2.1.*", + "symfony/finder": "2.1.*", + "php": ">=5.3.3" + }, + "time": "1349504510", + "bin": [ + "php-cs-fixer" + ], + "type": "application", + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\CS": "." + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A script to automatically fix Symfony Coding Standard" }, { - "package": "nikic/php-parser", - "version": "dev-master", - "source-reference": "a590937fdf855169879dac25e9760ff7dd24cfd0", - "commit-date": "1344357619" + "name": "nikic/php-parser", + "version": "v0.9.2", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser", + "reference": "v0.9.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/nikic/PHP-Parser/zipball/v0.9.2", + "reference": "v0.9.2", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "time": "2012-07-07 20:23:25", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "PHPParser": "lib/" + } + }, + "license": [ + "BSD" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "php", + "parser" + ] }, { - "package": "pimple/pimple", - "version": "1.0.0" + "name": "pimple/pimple", + "version": "dev-master", + "source": { + "type": "git", + "url": "git://github.com/fabpot/Pimple.git", + "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3", + "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "1347278988", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Pimple": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", + "homepage": "http://pimple.sensiolabs.org", + "keywords": [ + "dependency injection", + "container" + ] }, { - "package": "sami/sami", + "name": "sami/sami", "version": "dev-master", - "source-reference": "cef4abb9344cb0e6de77de5e01da7359001726f9", - "commit-date": "1344320326" + "source": { + "type": "git", + "url": "https://github.com/fabpot/Sami", + "reference": "35e7ae109e17277baa0ef066f9448078b5aca5e0" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Sami/zipball/35e7ae109e17277baa0ef066f9448078b5aca5e0", + "reference": "35e7ae109e17277baa0ef066f9448078b5aca5e0", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "pimple/pimple": "1.0.*", + "twig/twig": "1.*", + "nikic/php-parser": "0.9.*", + "symfony/console": ">=2.1,<3.0-dev", + "symfony/finder": ">=2.1,<3.0-dev", + "symfony/filesystem": ">=2.1,<3.0-dev", + "symfony/yaml": ">=2.1,<3.0-dev", + "symfony/process": ">=2.1,<3.0-dev" + }, + "time": "1349357674", + "bin": [ + "sami.php" + ], + "type": "application", + "installation-source": "source", + "autoload": { + "psr-0": { + "Sami": "." + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Sami, an API documentation generator", + "homepage": "http://sami.sensiolabs.org", + "keywords": [ + "phpdoc" + ] }, { - "package": "silex/silex", + "name": "silex/silex", "version": "dev-master", - "alias-pretty-version": "1.0.x-dev", - "alias-version": "1.0.9999999.9999999-dev" + "source": { + "type": "git", + "url": "git://github.com/fabpot/Silex.git", + "reference": "fc82b4255ef081dd7d464c5320ca93a902f9190f" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Silex/zipball/fc82b4255ef081dd7d464c5320ca93a902f9190f", + "reference": "fc82b4255ef081dd7d464c5320ca93a902f9190f", + "shasum": "" + }, + "require": { + "symfony/event-dispatcher": "2.1.*", + "symfony/http-foundation": "2.1.*", + "symfony/http-kernel": "2.1.*", + "symfony/routing": "2.1.*", + "php": ">=5.3.3", + "pimple/pimple": "1.*" + }, + "require-dev": { + "symfony/form": "2.1.*", + "symfony/translation": "2.1.*", + "symfony/twig-bridge": "2.1.*", + "symfony/validator": "2.1.*", + "symfony/monolog-bridge": "2.1.*", + "symfony/browser-kit": "2.1.*", + "symfony/css-selector": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/process": "2.1.*", + "symfony/security": "2.1.*", + "monolog/monolog": ">=1.0.0,<1.2-dev", + "symfony/config": "2.1.*", + "symfony/locale": "2.1.*", + "twig/twig": ">=1.8.0,<2.0-dev", + "swiftmailer/swiftmailer": "4.2.*", + "doctrine/dbal": ">=2.2.0,<2.4.0-dev" + }, + "suggest": { + "symfony/browser-kit": "2.1.*", + "symfony/css-selector": "2.1.*", + "symfony/dom-crawler": "2.1.*" + }, + "time": "1349013590", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Silex": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch", + "homepage": "http://wiedler.ch/igor/" + } + ], + "description": "The PHP micro-framework based on the Symfony2 Components", + "homepage": "http://silex.sensiolabs.org", + "keywords": [ + "microframework" + ] }, { - "package": "silex/silex", - "version": "dev-master", - "source-reference": "52c6480be194825489f316d30855645dafa7fae4", - "commit-date": "1346332220" + "name": "symfony/console", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/Console", + "source": { + "type": "git", + "url": "https://github.com/symfony/Console", + "reference": "1b4f8c7fb257aebf9abd52093e720a3e73458877" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Console/zipball/1b4f8c7fb257aebf9abd52093e720a3e73458877", + "reference": "1b4f8c7fb257aebf9abd52093e720a3e73458877", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Console": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/console", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" + "name": "symfony/event-dispatcher", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/EventDispatcher", + "source": { + "type": "git", + "url": "https://github.com/symfony/EventDispatcher", + "reference": "fb273317c0505ba657aa3d727530d36ae671fb82" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/EventDispatcher/zipball/fb273317c0505ba657aa3d727530d36ae671fb82", + "reference": "fb273317c0505ba657aa3d727530d36ae671fb82", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/dependency-injection": "2.1.*" + }, + "suggest": { + "symfony/dependency-injection": "2.1.*", + "symfony/http-kernel": "2.1.*" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\EventDispatcher": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/console", - "version": "dev-master", - "source-reference": "v2.1.0-RC2", - "commit-date": "1345643321" + "name": "symfony/filesystem", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/Filesystem", + "source": { + "type": "git", + "url": "https://github.com/symfony/Filesystem", + "reference": "de224eb984501c189e7c5827f38dc47789cdb840" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Filesystem/zipball/de224eb984501c189e7c5827f38dc47789cdb840", + "reference": "de224eb984501c189e7c5827f38dc47789cdb840", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Filesystem": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/event-dispatcher", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" + "name": "symfony/finder", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/Finder", + "source": { + "type": "git", + "url": "https://github.com/symfony/Finder", + "reference": "3566ba9c000c40fb409de1ebdc6e390a14248c3c" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Finder/zipball/3566ba9c000c40fb409de1ebdc6e390a14248c3c", + "reference": "3566ba9c000c40fb409de1ebdc6e390a14248c3c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Finder": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/event-dispatcher", - "version": "dev-master", - "source-reference": "v2.1.0-RC2", - "commit-date": "1345643321" + "name": "symfony/http-foundation", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/HttpFoundation", + "source": { + "type": "git", + "url": "https://github.com/symfony/HttpFoundation", + "reference": "64fe72c44346dc6ee0a51075e7722ee0af1388ca" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/HttpFoundation/zipball/64fe72c44346dc6ee0a51075e7722ee0af1388ca", + "reference": "64fe72c44346dc6ee0a51075e7722ee0af1388ca", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\HttpFoundation": "", + "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/filesystem", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" + "name": "symfony/http-kernel", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/HttpKernel", + "source": { + "type": "git", + "url": "https://github.com/symfony/HttpKernel", + "reference": "970a66bcaca90d160b3cc920c87c275147a7142b" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/HttpKernel/zipball/970a66bcaca90d160b3cc920c87c275147a7142b", + "reference": "970a66bcaca90d160b3cc920c87c275147a7142b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/event-dispatcher": "2.1.*", + "symfony/http-foundation": "2.1.*" + }, + "require-dev": { + "symfony/browser-kit": "2.1.*", + "symfony/class-loader": "2.1.*", + "symfony/config": "2.1.*", + "symfony/console": "2.1.*", + "symfony/dependency-injection": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/process": "2.1.*", + "symfony/routing": "2.1.*" + }, + "suggest": { + "symfony/browser-kit": "2.1.*", + "symfony/class-loader": "2.1.*", + "symfony/config": "2.1.*", + "symfony/console": "2.1.*", + "symfony/dependency-injection": "2.1.*", + "symfony/finder": "2.1.*" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\HttpKernel": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/filesystem", - "version": "dev-master", - "source-reference": "v2.1.0-RC2", - "commit-date": "1345643321" + "name": "symfony/routing", + "version": "2.1.x-dev", + "target-dir": "Symfony/Component/Routing", + "source": { + "type": "git", + "url": "https://github.com/symfony/Routing", + "reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Routing/zipball/0443e2f9a10f49cac77128eb7f11d055fcf4db9d", + "reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/config": "2.1.*", + "symfony/yaml": "2.1.*", + "symfony/http-kernel": "2.1.*", + "doctrine/common": ">=2.2,<2.4-dev" + }, + "suggest": { + "doctrine/common": ">=2.2,<2.4-dev", + "symfony/config": "2.1.*", + "symfony/yaml": "2.1.*" + }, + "time": "1349363877", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Routing": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Routing Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/finder", + "name": "symfony/yaml", "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" + "target-dir": "Symfony/Component/Yaml", + "source": { + "type": "git", + "url": "https://github.com/symfony/Yaml", + "reference": "f965c71d0edb97cef36c556f2bda25298fce7e69" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Yaml/zipball/f965c71d0edb97cef36c556f2bda25298fce7e69", + "reference": "f965c71d0edb97cef36c556f2bda25298fce7e69", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "1348817656", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\Component\\Yaml\\": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/finder", + "name": "twig/twig", "version": "dev-master", - "source-reference": "v2.1.0-RC2", - "commit-date": "1345643321" - }, - { - "package": "symfony/http-foundation", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" - }, - { - "package": "symfony/http-foundation", - "version": "dev-master", - "source-reference": "c61c023d2e9e9ad2edcc9227bd0ec5f79d616e18", - "commit-date": "1346312580" - }, - { - "package": "symfony/http-kernel", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" - }, - { - "package": "symfony/http-kernel", - "version": "dev-master", - "source-reference": "aeffdc93a69b65dad2f61c917f73c84b8e387ba4", - "commit-date": "1346143430" - }, - { - "package": "symfony/routing", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" - }, - { - "package": "symfony/routing", - "version": "dev-master", - "source-reference": "475c0550543c882a7e31b9aca7a5dc0615f59547", - "commit-date": "1346394981" - }, - { - "package": "symfony/yaml", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" - }, - { - "package": "symfony/yaml", - "version": "dev-master", - "source-reference": "v2.1.0-RC2", - "commit-date": "1345643321" - }, - { - "package": "twig/twig", - "version": "dev-master", - "alias-pretty-version": "1.9.x-dev", - "alias-version": "1.9.9999999.9999999-dev" - }, - { - "package": "twig/twig", - "version": "dev-master", - "source-reference": "459720ff3b74ee0c0d159277c6f2f5df89d8a4f6", - "commit-date": "1346397138" + "source": { + "type": "git", + "url": "git://github.com/fabpot/Twig.git", + "reference": "5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Twig/zipball/5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1", + "reference": "5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "time": "1349508092", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "license": [ + "BSD-3" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ] } ], "aliases": [