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
2015-09-29 12:39:09 +02:00
..
Command fixes CS 2015-08-24 09:13:45 +02:00
DataCollector fixes CS 2015-08-24 09:13:45 +02:00
Extension Mark deprecated Twig functions as deprecated with the Twig feature 2015-08-31 21:21:38 +02:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node fixed Twig deprecations 2015-08-23 17:59:39 +02:00
NodeVisitor Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Resources/views/Form [Twig][Bridge] force space between widget and label in checkbox_radio_label 2015-09-28 11:09:38 +02:00
Tests Normalize the way we check versions 2015-09-23 11:17:11 +02:00
TokenParser Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Translation [TwigBridge] type-dependent path discovery 2015-07-26 08:32:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php Mark deprecated Twig functions as deprecated with the Twig feature 2015-08-31 21:21:38 +02:00
CHANGELOG.md [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
composer.json [Bridge\Twig] Fix form lowest version 2015-09-29 12:39:09 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
TwigEngine.php Docblock fixes 2014-11-30 13:33:44 +00:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources

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

$ cd path/to/Symfony/Bridge/Twig/
$ composer install
$ phpunit