diff --git a/config/bundles.php b/config/bundles.php index 2d23cea2e..6705eb7aa 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -21,6 +21,7 @@ Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'local' => true], Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true, 'local' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], + Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true], Translation\Bundle\TranslationBundle::class => ['all' => true], Translation\PlatformAdapter\Loco\Bridge\Symfony\TranslationAdapterLocoBundle::class => ['dev' => true, 'local' => true], WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true], diff --git a/symfony.lock b/symfony.lock index 8d62b22f3..02fbed95b 100644 --- a/symfony.lock +++ b/symfony.lock @@ -1011,6 +1011,9 @@ "symplify/package-builder": { "version": "v7.2.2" }, + "symplify/parameter-name-guard": { + "version": "v7.3.18" + }, "symplify/set-config-resolver": { "version": "v7.2.2" },