Skip to content

Commit cac7239

Browse files
committed
fix: ntfy added in 6.4
1 parent 8ff4375 commit cac7239

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

notifier.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ Service Package DSN
425425
=============== ==================================== ==============================================================================
426426
`Engagespot`_ ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME``
427427
`Expo`_ ``symfony/expo-notifier`` ``expo://Token@default``
428-
`OneSignal`_ ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
429428
`Ntfy`_ ``symfony/ntfy-notifier`` ``ntfy://default/TOPIC``
429+
`OneSignal`_ ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
430430
`PagerDuty`_ ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDOMAIN``
431431
`Pushover`_ ``symfony/pushover-notifier`` ``pushover://USER_KEY:APP_TOKEN@default``
432432
=============== ==================================== ==============================================================================
@@ -437,7 +437,11 @@ Service Package DSN
437437

438438
.. versionadded:: 6.3
439439

440-
The Ntfy, PagerDuty and Pushover integrations were introduced in Symfony 6.3.
440+
The PagerDuty and Pushover integrations were introduced in Symfony 6.3.
441+
442+
.. versionadded:: 6.4
443+
444+
The Ntfy integration was introduced in Symfony 6.4.
441445

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

0 commit comments

Comments
 (0)