Skip to content

Commit b27fa6e

Browse files
committed
minor symfony#17928 [Notifier] Add Pushover bridge (mocodo)
This PR was merged into the 6.3 branch. Discussion ---------- [Notifier] Add Pushover bridge Commits ------- bf3998c [Notifier] Add Pushover bridge
2 parents 2cbf0a4 + bf3998c commit b27fa6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@de
430430
Expo ``symfony/expo-notifier`` ``expo://Token@default``
431431
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
432432
PagerDuty ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDOMAIN``
433+
Pushover ``symfony/pushover-notifier`` ``pushover://USER_KEY:APP_TOKEN@default``
433434
============== ==================================== =================================================================================
434435

435436
.. versionadded:: 6.1
@@ -438,7 +439,7 @@ PagerDuty ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDO
438439

439440
.. versionadded:: 6.3
440441

441-
The PagerDuty integration was introduced in Symfony 6.3.
442+
The PagerDuty and Pushover integrations were introduced in Symfony 6.3.
442443

443444
To enable a texter, add the correct DSN in your ``.env`` file and
444445
configure the ``texter_transports``:

0 commit comments

Comments
 (0)