Skip to content

Commit 325e5d4

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: [Notifier] Improve tests (5.1) [Notifier] Fix wrong package names [Notifier] [Free Mobile] Could not use custom host in DSN
2 parents 7cd044c + 97eae73 commit 325e5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UnsupportedSchemeException extends LogicException
4444
],
4545
'rocketchat' => [
4646
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
47-
'package' => 'rocketchat-notifier',
47+
'package' => 'symfony/rocket-chat-notifier',
4848
],
4949
'twilio' => [
5050
'class' => Bridge\Twilio\TwilioTransportFactory::class,
@@ -64,7 +64,7 @@ class UnsupportedSchemeException extends LogicException
6464
],
6565
'ovhcloud' => [
6666
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
67-
'package' => 'symfony/ovhcloud-notifier',
67+
'package' => 'symfony/ovh-cloud-notifier',
6868
],
6969
'sinch' => [
7070
'class' => Bridge\Sinch\SinchTransportFactory::class,

0 commit comments

Comments
 (0)