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-06-10 02:09:26 +02:00
..
Extension Fix HTML escaping of to-source links 2015-05-19 17:44:44 -07:00
Form Docblock fixes 2014-11-30 13:33:44 +00:00
Node [2.3] Fix @link annotations 2015-04-10 20:54:05 +02:00
NodeVisitor Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
Resources/views/Form Added the '-' character for spaceless on tag start and end to be consistent for block, if, set and for nodes 2015-01-18 15:22:12 +01:00
Tests [2.3] Fix tests on Windows 2015-06-10 02:09:26 +02:00
TokenParser CS: unalign = 2015-04-22 09:13:42 +02:00
Translation Php Inspections (EA Extended) - static code analysis includes: 2015-03-07 20:12:23 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [TwigBridge] Removed duplicate entries from the CHANGELOG 2013-04-18 12:18:55 +02:00
composer.json link to https://symfony.com where possible 2015-05-01 16:06:45 +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