From d037fb9a1988fe5bc1b3d60be5224978b4e5f763 Mon Sep 17 00:00:00 2001 From: Toby Griffiths Date: Tue, 19 Nov 2024 21:19:29 +0000 Subject: [PATCH] Added note not to install as a dev requirement As this package leans towards dev use, some people may be tempted to install as a dev requirement, but this will not (currently) work, so let's make that clear. --- src/Symfony/Component/Notifier/Bridge/FakeSms/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Symfony/Component/Notifier/Bridge/FakeSms/README.md b/src/Symfony/Component/Notifier/Bridge/FakeSms/README.md index 4fba506e54789..5d370ab31f291 100644 --- a/src/Symfony/Component/Notifier/Bridge/FakeSms/README.md +++ b/src/Symfony/Component/Notifier/Bridge/FakeSms/README.md @@ -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 ```