Skip to content
Snippets Groups Projects

chore(deps): update all non-major dependencies (patch)

Merged Reiter, Christoph requested to merge renovate/patch-all-minor-patch into main
2 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
<?php
<?php
 
declare(strict_types=1);
 
return [
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Loading