From 0d7ba6fa46a3fcc11e459d0f305b22050ff3c8a1 Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Sun, 17 May 2020 12:19:04 +0200 Subject: [PATCH] Composer dep updates --- config/bundles.php | 1 + symfony.lock | 3 +++ 2 files changed, 4 insertions(+) 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" },