-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Installing fake-sms-notifier as a dev packages does not work #58929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you create a small example application that allows to reproduce your issue? |
Here you go… |
What does it mean "it doesn't work"? How does it behave? |
I see where this is coming from.
|
This logic is in the |
I remember commenting such subject back then I think it could be wise to move such notifier/fake being available for --dev dependencies |
see #59213 |
…o be installed as non-dev dependencies (xabbuh) This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] don't require fake notifier transports to be installed as non-dev dependencies | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #58929 | License | MIT Commits ------- cf64a86 don't require fake notifier transports to be installed as non-dev dependencies
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
The text was updated successfully, but these errors were encountered: