8000 minor #14124 [Notifier] Fix wrong package name for the RocketChat ser… · symfony/symfony-docs@ed48054 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed48054

Browse files
committed
minor #14124 [Notifier] Fix wrong package name for the RocketChat service (tambait)
This PR was squashed before being merged into the 5.1 branch. Discussion ---------- [Notifier] Fix wrong package name for the RocketChat service Package name "symfony/rocketchat-notifier" should be "symfony/rocket-chat-notifier" Installation of the package using current package name returns InvalidArgumentException ``` [InvalidArgumentException] Could not find a matching version of package symfony/rocketchat-notifier. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable). ``` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b7928e5 [Notifier] Fix wrong package name for the RocketChat service
2 parents 24dd511 + b7928e5 commit ed48054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Service Package DSN
134134
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135135
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136136
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137-
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
137+
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
138138
========== =============================== ============================================
139139

140140
.. versionadded:: 5.1

0 commit comments

Comments
 (0)
0