File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -453,11 +453,16 @@ Service Package DSN
453453`OneSignal `_ ``symfony/one-signal-notifier `` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID ``
454454`PagerDuty `_ ``symfony/pager-duty-notifier `` ``pagerduty://TOKEN@SUBDOMAIN ``
455455`Pushover `_ ``symfony/pushover-notifier `` ``pushover://USER_KEY:APP_TOKEN@default ``
456+ `Pushy `_ ``symfony/pushy-notifier `` ``pushy://API_KEY@default ``
456457=============== ==================================== ==============================================================================
457458
458459To enable a texter, add the correct DSN in your ``.env `` file and
459460configure the ``texter_transports ``:
460461
462+ .. versionadded :: 7.1
463+
464+ The `Pushy `_ integration was introduced in Symfony 7.1.
465+
461466.. code-block :: bash
462467
463468 # .env
@@ -1019,6 +1024,7 @@ is dispatched. Listeners receive a
10191024.. _`PagerDuty` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/PagerDuty/README.md
10201025.. _`Plivo` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Plivo/README.md
10211026.. _`Pushover` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushover/README.md
1027+ .. _`Pushy` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushy/README.md
10221028.. _`Redlink` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Redlink/README.md
10231029.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
10241030.. _`RingCentral` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RingCentral/README.md
You can’t perform that action at this time.
0 commit comments