chore: update project dependencies

This commit is contained in:
Björn Fromme
2026-08-10 09:15:52 +02:00
parent 790d5bc15f
commit 6f440d6ba8
4 changed files with 141 additions and 56 deletions
+2
View File
@@ -712,6 +712,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
* enabled?: bool|Param|null, // Default: null
* date_format?: scalar|Param|null,
* remove_used_context_fields?: bool|Param,
* ...<string, mixed>
* },
* path?: scalar|Param|null, // Default: "%kernel.logs_dir%/%kernel.environment%.log"
* file_permission?: scalar|Param|null, // Default: null
@@ -835,6 +836,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
* channels?: Param|string|array{
* type?: scalar|Param|null,
* elements?: list<scalar|Param|null>,
* ...<string, mixed>
* },
* }>,
* }