Skip to content

Commit 383f42c

Browse files
Merge branch '5.2' into 5.x
* 5.2: fixed parser Fixed bugs found by psalm [FrameworkBundle] Dont store cache misses on warmup fix test Update references to the ContainerConfigurator [Translation] Remove file added back from a bad merge Fix sleep value [Cache] skip storing failure-to-save as misses in ArrayAdapter [Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc [FrameworkBundle] Remove author comments for configuration and extension [Stopwatch] Document new "name" property of StopwatchEvent [DependencyInjection] Fix "url" env var processor behavior when the url has no path Fixed support for nodes not extending BaseNode [FrameworkBundle] dont access the container to configure http_cache add missing queue_name to find(id) in doctrine messenger transport [Config][FrameworkBundle] Hint to use PHP 8+ or to install Annotations to use attributes/annots [Serializer] AbstractNormalizer force null for non-optional nullable constructor parameter denormalization when not present in input
2 parents 8253a8c + 56ddb0f commit 383f42c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"symfony/http-foundation": "For using a Symfony Request object",
4040
"symfony/config": "For using the all-in-one router or any loader",
4141
"symfony/yaml": "For using the YAML loader",
42-
"symfony/expression-language": "For using expression matching",
43-
"doctrine/annotations": "For using the annotation loader"
42+
"symfony/expression-language": "For using expression matching"
4443
},
4544
"autoload": {
4645
"psr-4": { "Symfony\\Component\\Routing\\": "" },

0 commit comments

Comments
 (0)