Commit ed48054
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 service1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments