This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
2013-04-13 16:46:28 +02:00
..
Extension Merge branch '2.2' 2013-04-07 22:25:23 +02:00
Form [Form] Improved FormRenderer API to reduce the size of the function call stack during rendering 2012-07-22 09:29:35 +02:00
Node [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
NodeVisitor [TwigBridge] removed double var initialization (refs #7344) 2013-03-13 14:40:23 +01:00
Resources/views/Form [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
Tests [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
TokenParser Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Translation Merge branch '2.1' into 2.2 2013-03-01 07:43:14 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md updated CHANGELOG and UPGRADE files 2013-01-10 17:09:48 +01:00
composer.json changed dependencies to allow all 2.3 versions of the components (closes #6983) 2013-02-11 11:13:11 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
TwigEngine.php fixed CS 2012-04-07 09:10:50 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 components.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/Twig/
$ composer.phar install --dev
$ phpunit