Skip to content

Commit 77e4999

Browse files
committed
minor #21110 [Notifier] Remove the Sms77 Notifier bridge (mttsch)
This PR was merged into the 8.0 branch. Discussion ---------- [Notifier] Remove the Sms77 Notifier bridge Close #21109 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- cf51310 [Notifier] Remove the Sms77 Notifier bridge
2 parents a4ea73e + cf51310 commit 77e4999

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

notifier.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
233225
To enable a texter, add the correct DSN in your ``.env`` file and
234226
configure 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

Comments
 (0)