Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a98df5

Browse files
committed
bug #39514 [Notifier] Fix wrong package names (OskarStark)
This PR was merged into the 5.1 branch. Discussion ---------- [Notifier] Fix wrong package names | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | --- | License | MIT | Doc PR | --- Commits ------- 3444372 [Notifier] Fix wrong package names
2 parents defb90b + 3444372 commit 1a98df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class UnsupportedSchemeException extends LogicException
4040
],
4141
'rocketchat' => [
4242
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
43-
'package' => 'rocketchat-notifier',
43+
'package' => 'symfony/rocket-chat-notifier',
4444
],
4545
'twilio' => [
4646
'class' => Bridge\Twilio\TwilioTransportFactory::class,
@@ -56,7 +56,7 @@ class UnsupportedSchemeException extends LogicException
5656
],
5757
'ovhcloud' => [
5858
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
59-
'package' => 'symfony/ovhcloud-notifier',
59+
'package' => 'symfony/ovh-cloud-notifier',
6060
],
6161
'sinch' => [
6262
'class' => Bridge\Sinch\SinchTransportFactory::class,

0 commit comments

Comments
 (0)