Closed
Description
Original Author @apphancer
When running make:reset-password
there should be a missing package error if the following are missing:
- symfony/form
- symfony/validator
At the moment, if symfony/mailer is not available, the make:reset-password
command returns this as error suggesting to run composer require symfony/mailer
.
It would be helpful if the same happened for symfony/form
.
Transfered issue to maker-bundle from SymfonyCasts/reset-password-bundle#173