Skip to content

Commit ed18a3f

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update translations for Norwegian Nynorsk (nn) #38756 Fix eventListener initialization when eventSubscriber constructor dispatch an event clear unchecked choice radio boxes even if clear missing is set to false [ErrorHandler] Added missing type annotations to FlattenException [TwigBridge] Allow version 3 of the Twig extra packages Fix FrameworkBundle PropertyAccess definition when not in debug
2 parents f3b6854 + bda21ce commit ed18a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"symfony/expression-language": "^4.4|^5.0",
4848
"symfony/web-link": "^4.4|^5.0",
4949
"symfony/workflow": "^5.2",
50-
"twig/cssinliner-extra": "^2.12",
51-
"twig/inky-extra": "^2.12",
52-
"twig/markdown-extra": "^2.12"
50+
"twig/cssinliner-extra": "^2.12|^3",
51+
"twig/inky-extra": "^2.12|^3",
52+
"twig/markdown-extra": "^2.12|^3"
5353
},
5454
"conflict": {
5555
"phpdocumentor/reflection-docblock": "<3.2.2",

0 commit comments

Comments
 (0)