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
Nicolas Grekas 44b2f97dcd Merge branch '3.4'
* 3.4: (21 commits)
  fixed CS
  HttpCache lock update
  [Intl] Update ICU data to 60.1
  [YAML] Allow to parse custom tags when linting yaml files
  [HttpKernel][Debug] Remove noise from stack frames of deprecations
  [WebServerBundle] prevent console.terminate from being fired after stopping server
  [Validator] Fix Costa Rica IBAN format
  [Bridge/ProxyManager] Remove direct reference to value holder property
  [Validator] Add Belarus IBAN format
  [Config] Fix cannotBeEmpty()
  [Debug] More aggressively aggregate silenced notices per file+line
  [HttpFoundation] minor session-related fix
  [Cache][Lock] Add RedisProxy for lazy Redis connections
  [TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType
  [FrameworkBundle] Specifically inject the debug dispatcher in the collector
  [WebserverBundle] fixed the bug that caused that the webserver would …
  update the pull request template
  [Stopwatch] minor fix
  Add default mapping path for validator component
  Add default mapping path for serializer component
  ...
2017-11-10 20:37:45 +01:00
..
Command Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
DataCollector Merge branch '3.4' 2017-11-07 15:34:02 +01:00
Extension Merge branch '3.4' 2017-11-07 19:08:05 +01:00
Form Merge branch '3.4' 2017-10-13 18:40:22 +02:00
Node Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
NodeVisitor Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources/views/Form [TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType 2017-11-09 20:22:51 +01:00
Tests Merge branch '3.4' 2017-10-28 18:54:10 +02:00
TokenParser Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Translation Remove useless docblocks 2017-10-29 10:49:53 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [Bridge] [Twig] get and flush only flash sessions you need in getFlashes method 2017-04-11 11:36:26 +02:00
CHANGELOG.md [Form] [TwigBridge] Added option to disable usage of default themes when rendering a form 2017-10-13 16:30:18 +02:00
composer.json Merge branch '3.4' 2017-10-30 14:30:05 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TwigEngine.php Use namespaced Twig 2017-06-01 23:44:38 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources