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
2012-05-12 18:56:48 +02:00
..
Extension merged 2.0 2012-04-20 12:18:51 +02:00
Node [Form] Alternate syntax for form_theme 2012-03-13 14:48:30 +01:00
NodeVisitor [TwigBridge] added a way to specify a default domain for a Twig template (via the 'trans_default_domain' tag) 2012-01-02 17:48:19 +01:00
Resources/views/Form fixed CS 2012-05-01 15:23:48 +02:00
Tests [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
TokenParser Provide a clearer error message when message in trans tag is not a simple text. 2012-05-09 10:13:29 -03:00
Translation [TwigBridge] rewrote the Twig translation extractor 2011-09-23 09:38:20 +02:00
.gitignore [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
CHANGELOG.md [TwigBridge] added CHANGELOG 2012-04-26 22:38:50 +02:00
composer.json [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
phpunit.xml.dist [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
README.md [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02: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:

php composer.phar install --dev

phpunit