@@ -155,9 +155,6 @@ Service
155
155
`Sendinblue `_ **Install **: ``composer require symfony/sendinblue-notifier `` \
156
156
**DSN **: ``sendinblue://API_KEY@default?sender=PHONE `` \
157
157
**Webhook support **: No
158
- `Sms77 `_ **Install **: ``composer require symfony/sms77-notifier `` \
159
- **DSN **: ``sms77://API_KEY@default?from=FROM `` \
160
- **Webhook support **: No
161
158
`SimpleTextin `_ **Install **: ``composer require symfony/simple-textin-notifier `` \
162
159
**DSN **: ``simpletextin://API_KEY@default?from=FROM `` \
163
160
**Webhook support **: No
@@ -225,11 +222,6 @@ Service
225
222
via webhooks. See the :doc: `Webhook documentation </webhook >` for more
226
223
details.
227
224
228
- .. deprecated :: 7.1
229
-
230
- The `Sms77 `_ integration is deprecated since
231
- Symfony 7.1, use the `Seven.io `_ integration instead.
232
-
233
225
To enable a texter, add the correct DSN in your ``.env `` file and
234
226
configure the ``texter_transports ``:
235
227
@@ -1290,7 +1282,6 @@ is dispatched. Listeners receive a
1290
1282
.. _`Sinch` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
1291
1283
.. _`Sipgate` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
1292
1284
.. _`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
1294
1285
.. _`SmsBiuras` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
1295
1286
.. _`Smsbox` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsbox/README.md
1296
1287
.. _`Smsapi` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsapi/README.md
0 commit comments