Skip to content

Commit

Permalink
Merge pull request #1380 from bolt/chore/composer-dep-updates
Browse files Browse the repository at this point in the history
Composer dep updates
  • Loading branch information
bobdenotter authored May 17, 2020
2 parents 3a46e32 + 0d7ba6f commit b1f5519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b1f5519

Please sign in to comment.