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-02-24 13:11:45 +01:00
..
Command [TwigBridge] Added support for passing more files to twig:lint command 2015-02-02 17:43:28 +01:00
DataCollector Fix getComputedData 2015-01-25 19:37:18 +01:00
Extension Fixed absolute_url for absolute paths 2015-02-24 13:11:45 +01:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node removed deprecation notice 2015-02-04 18:57:59 +01:00
NodeVisitor Merge branch '2.3' into 2.5 2015-01-25 05:37:39 +01:00
Resources/views/Form Merge branch '2.5' into 2.6 2015-01-25 05:39:26 +01:00
Tests Fixed absolute_url for absolute paths 2015-02-24 13:11:45 +01:00
TokenParser [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Translation Merge branch '2.3' into 2.5 2014-11-03 04:54:42 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [TwigBundle] made AppVariable compatible with 3.0 2015-01-25 03:38:09 +01:00
CHANGELOG.md renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
composer.json Merge branch '2.6' into 2.7 2015-02-11 08:17:51 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +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