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 fd74951405 Merge branch '4.1'
* 4.1:
  [Form] Hardened test suite for empty data
  Bump phpunit XSD version to 5.2
  [Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to describe callables
  Add required key attribute
2018-11-11 20:52:12 +01:00
..
Command [TwigBridge] Added template \"name\" argument to debug:twig command to find their paths 2018-09-05 10:33:27 +02:00
DataCollector Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Extension [TwigBridge] Remove $rootDir argument in CodeExtension 2018-10-25 08:59:49 +02:00
Form Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Node Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
NodeVisitor Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Resources/views/Form Merge branch '4.1' 2018-11-08 23:01:02 +01:00
Tests [TwigBridge] Remove $rootDir argument in CodeExtension 2018-10-25 08:59:49 +02:00
TokenParser Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
Translation Php Inspections (EA Ultimate): address some of one-time used local variables 2018-03-10 10:27:05 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
CHANGELOG.md Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
composer.json require the needed symfony/contracts package 2018-11-05 11:24:20 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md fixed Twig URL 2018-04-20 08:14:58 +02:00
TwigEngine.php Use namespaced Twig 2017-06-01 23:44:38 +02:00
UndefinedCallableHandler.php Merge branch '4.0' into 4.1 2018-06-25 13:12:43 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources