8000 Added note not to install as a dev requirement by toby-griffiths · Pull Request #58930 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Added note not to install as a dev requirement #58930

8000
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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/Symfony/Component/Notifier/Bridge/FakeSms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Fake SMS Notifier

Provides Fake SMS (as email or log during development) integration for Symfony Notifier.

```
$ composer require symfony/fake-sms-notifier
```

IMPORTANT NOTE: Do not install the as a dev requirement as it will not work. At least, until https://github.com/symfony/symfony/issues/58929 possibly fixes this.


#### DSN example for email

```
Expand Down
Loading
0