Closed
Description
Symfony version(s) affected
7.1.8
Description
I wanted to use the fake notifier during testing, but don't need it on the production site, so I installed it as a --dev
package… then spent about 45 mins & lots of step debugging, trying to work out why it wasn't working.
How to reproduce
Install the package using composer require --dev symfony/fake-sms-notifier.
Try to send an SMS notification.
Possible Solution
Is it possible to allow this package to be installed just in dev, since it's a primarily development style package?
Or at least lets update the docs to make this clear. Happy to PR, but if we can make it support dev only, all the better.
Additional Context
No response