Skip to content

Commit 9ca96be

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [Form] fixed BC-break on grouped choice lists [WebProfilerBundle] add import for Twig macro made Symfony compatible with both Twig 1.x and 2.x [Debug/VarDumper] minor cleanups [Form] only use PropertyPath if not already callable [Form] fix reworked choice list phpdoc [DoctrineBridge][Form] Add old tests to legacy group Fixed warning when command alias is longer than command name removed _self usage when not needed Implement the support of timezone objects in the stub IntlDateFormatter typofix - https://github.com/vlajos/misspell_fixer make doctrine mappings compiler pass exception message more understandable fix debug-ext 003.phpt [Yaml] Nested merge keys [FrameworkBundle] [Command] removed unused variable. [Debug] Enhance DebugClassLoader performance on MacOSX Add support for variadic arguments in the GetSetNormalizer [DoctrineBridge][Form] Fix IdReader when indexing by primary foreign key [DoctrineBridge][Form] Fix EntityChoiceList when indexing by primary foreign key
2 parents 1668660 + 24fa93c commit 9ca96be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CHANGELOG
2020

2121
* Added 'host' option to firewall configuration
2222
* Added 'csrf_token_generator' and 'csrf_token_id' options to firewall logout
23-
listener configuration to supercede/alias 'csrf_provider' and 'intention'
23+
listener configuration to supersede/alias 'csrf_provider' and 'intention'
2424
respectively
2525
* Moved 'security.secure_random' service configuration to FrameworkBundle
2626

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0",
4040
"symfony/expression-language": "~2.6|~3.0.0",
4141
"doctrine/doctrine-bundle": "~1.2",
42-
"twig/twig": "~1.12",
42+
"twig/twig": "~1.20|~2.0",
4343
"ircmaxell/password-compat": "~1.0"
4444
},
4545
"autoload": {

0 commit comments

Comments
 (0)