@@ -155,9 +155,6 @@ Service
155155`Sendinblue `_ **Install **: ``composer require symfony/sendinblue-notifier `` \
156156 **DSN **: ``sendinblue://API_KEY@default?sender=PHONE `` \
157157 **Webhook support **: No
158- `Sms77 `_ **Install **: ``composer require symfony/sms77-notifier `` \
159- **DSN **: ``sms77://API_KEY@default?from=FROM `` \
160- **Webhook support **: No
161158`SimpleTextin `_ **Install **: ``composer require symfony/simple-textin-notifier `` \
162159 **DSN **: ``simpletextin://API_KEY@default?from=FROM `` \
163160 **Webhook support **: No
@@ -225,11 +222,6 @@ Service
225222 via webhooks. See the :doc: `Webhook documentation </webhook >` for more
226223 details.
227224
228- .. deprecated :: 7.1
229-
230- The `Sms77 `_ integration is deprecated since
231- Symfony 7.1, use the `Seven.io `_ integration instead.
232-
233225To enable a texter, add the correct DSN in your ``.env `` file and
234226configure the ``texter_transports ``:
235227
@@ -1290,7 +1282,6 @@ is dispatched. Listeners receive a
12901282.. _`Sinch` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
12911283.. _`Sipgate` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
12921284.. _`Slack` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
1293- .. _`Sms77` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
12941285.. _`SmsBiuras` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
12951286.. _`Smsbox` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsbox/README.md
12961287.. _`Smsapi` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsapi/README.md
0 commit comments