We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd044c + 97eae73 commit 325e5d4Copy full SHA for 325e5d4
Exception/UnsupportedSchemeException.php
@@ -44,7 +44,7 @@ class UnsupportedSchemeException extends LogicException
44
],
45
'rocketchat' => [
46
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
47
- 'package' => 'rocketchat-notifier',
+ 'package' => 'symfony/rocket-chat-notifier',
48
49
'twilio' => [
50
'class' => Bridge\Twilio\TwilioTransportFactory::class,
@@ -64,7 +64,7 @@ class UnsupportedSchemeException extends LogicException
64
65
'ovhcloud' => [
66
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
67
- 'package' => 'symfony/ovhcloud-notifier',
+ 'package' => 'symfony/ovh-cloud-notifier',
68
69
'sinch' => [
70
'class' => Bridge\Sinch\SinchTransportFactory::class,
0 commit comments