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-11-18 09:19:46 +01:00
..
Extension fixed Twig deprecation notices 2015-10-24 22:26:02 +02:00
Form Docblock fixes 2014-11-30 13:33:44 +00:00
Node [Form] remove obsolete deprecation comments 2015-10-03 00:55:12 +02:00
NodeVisitor made Symfony compatible with both Twig 1.x and 2.x 2015-08-18 14:26:23 +02:00
Resources/views/Form made Symfony compatible with both Twig 1.x and 2.x 2015-08-18 14:26:23 +02:00
Tests made Symfony compatible with both Twig 1.x and 2.x 2015-08-22 18:18:42 +02:00
TokenParser made Symfony compatible with both Twig 1.x and 2.x 2015-08-18 14:26:23 +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 minor #16397 added the new Composer exclude-from-classmap option (annesosensio) 2015-10-30 13:03:18 -07:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +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