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
This commit is contained in:
Fabien Potencier 2019-09-06 14:26:40 +02:00
commit c81fc3a079
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ final class SuggestMissingPackageSubscriber implements EventSubscriberInterface
'_default' => ['MakerBundle', 'symfony/maker-bundle --dev'],
],
'server' => [
'dump' => ['VarDumper Component', 'symfony/var-dumper --dev'],
'dump' => ['Debug Bundle', 'symfony/debug-bundle --dev'],
'_default' => ['WebServerBundle', 'symfony/web-server-bundle --dev'],
],
];