Skip to content
Snippets Groups Projects

fix(deps): update dependency symfony/flex to v1.14.0

Merged Reiter, Christoph requested to merge renovate/all-minor-patch into main
2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
<?php
declare(strict_types=1);
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Loading