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
2014-10-07 12:18:14 +02:00
..
Command Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
Extension [TwigBridge] add Twig dump() function + tests and fixes 2014-09-23 16:26:00 +02:00
Form Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
Node [DebugBundle] Enhance some comments 2014-09-23 16:26:00 +02:00
NodeVisitor Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Resources/views/Form [TwigBridge] Replace default list style to icon 2014-10-07 12:18:14 +02:00
Tests [TwigBridge] fix tests 2014-10-06 13:17:54 +02:00
TokenParser [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Translation Merge branch '2.3' into 2.4 2014-04-16 10:02:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Twig] Decouple Twig commands from the Famework 2013-12-31 11:38:24 +01:00
composer.json fixed deps 2014-09-28 18:15:31 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
TwigEngine.php fixed types in phpdocs 2014-04-16 12:30:19 +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
$ phpunit