Skip to content

Commit 26e9e2d

Browse files
committed
bug #33469 [FrameworkBundle] Fixed suggested package for missing server:dump command (lyrixx)
This PR was merged into the 4.3 branch. Discussion ---------- [FrameworkBundle] Fixed suggested package for missing server:dump command | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33457 | License | MIT | Doc PR | - Commits ------- 4017477eed [FrameworkBundle] Fixed suggested package for missing server:dump command
2 parents 14dfaa5 + 08a1d52 commit 26e9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/SuggestMissingPackageSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class SuggestMissingPackageSubscriber implements EventSubscriberInterface
3939
'_default' => ['MakerBundle', 'symfony/maker-bundle --dev'],
4040
],
4141
'server' => [
42-
'dump' => ['VarDumper Component', 'symfony/var-dumper --dev'],
42+
'dump' => ['Debug Bundle', 'symfony/debug-bundle --dev'],
4343
'_default' => ['WebServerBundle', 'symfony/web-server-bundle --dev'],
4444
],
4545
];

0 commit comments

Comments
 (0)