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 45ce2c87f4 Merge branch '3.0' into 3.1
* 3.0:
  [CS] Respect PSR2 4.2
  [Form] fix `empty_data` option in expanded `ChoiceType`
  [Console] removed unneeded private methods
  [Security] [Guard] Improve comment with working example
  sync min email validator version
  [TwigBridge] Fix inconsistency in LintCommand help
  explicitly forbid e-mail validator 2.0 or higher
  Fixed SymfonyQuestionHelper multi-choice with defaults
  [DoctrineBridge] Don't use object IDs in DoctrineChoiceLoader when passing a value closure
  Differentiate between the first time a progress bar is displayed and subsequent times
  finished previous commit
  No more exception for malformed input name
  fix post_max_size_message translation
  [Process] Fix pipes cleaning on Windows
  Avoid phpunit 5.4 warnings on getMock
  [Form] Add exception to FormRenderer about non-unique block names
  [Form] Consider a violation even if the form is not submitted
2016-06-28 18:26:56 +02:00
..
Command Merge branch '2.8' into 3.0 2016-06-28 18:26:27 +02:00
DataCollector Redesigned the Symfony Profiler 2015-09-14 08:10:04 +02:00
Extension Merge branch '2.8' into 3.0 2016-02-16 07:11:42 +01:00
Form [TwigBridge] Add missing type hint to TwigRenderer 2016-06-15 23:06:35 +02:00
Node [Form] remove obsolete deprecation comments 2015-10-03 00:55:12 +02:00
NodeVisitor @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
Resources/views/Form Merge branch '2.8' into 3.0 2016-05-13 13:03:36 -05:00
Tests Merge branch '2.8' into 3.0 2016-01-30 17:03:33 +01:00
TokenParser Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Translation [TwigBridge] type-dependent path discovery 2015-07-26 08:32:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php Merge branch '2.8' 2015-09-01 09:37:41 +02:00
CHANGELOG.md [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
composer.json Merge branch '3.0' 2016-03-28 09:08:36 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +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