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 0f00f7c7e8 Merge branch '2.6' into 2.7
* 2.6:
  Php Inspections (EA Extended): squash all PR-13813 commits
  replaced the last remaining is_integer() call
  [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKernel] [PropertyAccess] [Security] [Translation] [Yaml] static code analysis, code cleanup
  [FrameworkBundle] simplify dep declaration
  [VarDumper] Fix "next element is already occupied"
  [Validator] Added missing galician (gl) translations
  [PropertyAccess] stop overwriting once a reference is reached (3rd)
  [OptionsResolver] Remove Unused Variable from Foreach Cycles
  [travis] Tests Security sub-components
  [Twig] bootstrap_3_layout.html.twig is usable as a trait
  [travis] Tests Security sub-components
  CS fixes
  [TwigBridge] Bootstrap Layout - Fix the label of checkbox cannot be empty
  [travis] test with php nightly

Conflicts:
	.travis.yml
	src/Symfony/Bundle/FrameworkBundle/composer.json
	src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php
	src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php
2015-03-07 08:43:00 +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 bug #13806 [TwigBridge] Bootstrap Layout - Fix the label of checkbox cannot be empty (ogizanagi) 2015-03-05 17:55:29 +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.3' into 2.6 2015-02-24 12:52:21 +01: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