Skip to content

Commit e21929f

Browse files
committed
minor symfony#14211 Sort notifiers (jeremyFreeAgent)
This PR was submitted for the master branch but it was merged into the 5.1 branch instead. Discussion ---------- Sort notifiers Commits ------- 9204ff2 Sort notifiers
2 parents 9085688 + 9204ff2 commit e21929f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notifier.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ with a couple popular SMS services:
5757
========== ================================ ====================================================
5858
Service Package DSN
5959
========== ================================ ====================================================
60-
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
60+
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6161
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
6262
OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
6363
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
64-
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
64+
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
6565
========== ================================ ====================================================
6666

6767
.. versionadded:: 5.1
@@ -131,10 +131,10 @@ integration with these chat services:
131131
========== ================================ ============================================
132132
Service Package DSN
133133
========== ================================ ============================================
134-
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135-
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136134
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137135
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
136+
Slack ``symfony/slack-notifier`` ``slack://default/ID``
137+
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
138138
========== ================================ ============================================
139139

140140
.. versionadded:: 5.1

0 commit comments

Comments
 (0)