You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments