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 80dbe74b22 Merge branch '3.4'
* 3.4:
  [travis] fix minor php7.0 version
  [travis] add ldap.so for php70
  [HttpFoundation] Fix logic when JsonSerializable is missing
  [travis] update to trusty
  Add help description to debug:form command
  Don't use return on Assert::markTestSkipped.
  [TwigBridge] Show Twig's loader paths on debug:twig command
  [FrameworkBundle] Fix Di config to allow for more private services
  Create directories recursively in the PHPUnit bridge
  [Dotenv] Add a BC break note
  [Cache] Use options from Memcached DSN
  Fix ArrayInput::toString() for VALUE_IS_ARRAY options/args
  be able to enable workflow support explicitly
  [Yaml] add inline parser context initializer
  [ExpressionLanguage] throws an exception on calling uncallable method
2017-09-06 21:16:37 +02:00
..
Command Merge branch '3.4' 2017-09-06 21:16:37 +02:00
DataCollector minor #23043 add \ to PHP_VERSION_ID fixes #22650 2017-06-02 13:45:37 -07:00
Extension Remove last legacy codes 2017-07-18 15:35:15 +02:00
Form [TwigBridge] remove deprecated features 2017-07-18 13:03:21 +02:00
Node [TwigBridge] remove deprecated features 2017-07-18 13:03:21 +02:00
NodeVisitor [TwigBridge] Fix namespaced classes 2017-06-05 17:06:12 -07:00
Resources/views/Form Merge branch '3.2' into 3.3 2017-07-26 08:42:48 +02:00
Tests Fix merge 2017-07-23 12:34:49 +02:00
TokenParser Use namespaced Twig 2017-06-01 23:44:38 +02:00
Translation Use namespaced Twig 2017-06-01 23:44:38 +02: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 Fix deprecations regarding core commands registered as services 2017-09-03 16:43:38 +02:00
composer.json Merge branch '3.4' 2017-08-25 12:57:40 +02: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