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
Fabien Potencier 88d88de80f Merge branch '2.7'
* 2.7:
  [FrameworkBundle] fix routing descriptor for options
  exit when Twig environment is not set
  [Routing] fix misleading test for condition
  [Debug] fix test
2015-01-15 13:16:23 +01:00
..
Command Merge branch '2.7' 2015-01-15 13:16:23 +01:00
Extension Merge branch '2.7' 2015-01-10 16:37:43 +01:00
Form Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Node Adds deprecation notices for structures to be removed in 3.0. 2015-01-05 15:57:15 +01:00
NodeVisitor Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Resources/views/Form Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Tests Merge branch '2.7' 2015-01-10 16:37:43 +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 Merge branch '2.7' 2015-01-14 11:55:12 +01:00
CHANGELOG.md added a relative_path Twig function 2015-01-07 13:33:01 +01:00
composer.json Merge branch '2.7' 2015-01-14 11:55:12 +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 Rename Symfony2 to Symfony 2014-11-24 15:09:11 +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.phar install
$ phpunit