Skip to content

Commit b165389

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Notifier] Improve tests (5.1) [DoctrineBridge] Guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE [Notifier] Fix wrong package name [Notifier] Fix wrong package names Add missing symfony/deprecation-contracts requirement [Notifier] [Free Mobile] Could not use custom host in DSN Add missing symfony/deprecation-contracts requirement
2 parents eb12601 + 325e5d4 commit b165389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ class UnsupportedSchemeException extends LogicException
3636
],
3737
'googlechat' => [
3838
'class' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
39-
'package' => 'symfony/googlechat-notifier',
39+
'package' => 'symfony/google-chat-notifier',
4040
],
4141
'nexmo' => [
4242
'class' => Bridge\Nexmo\NexmoTransportFactory::class,
4343
'package' => 'symfony/nexmo-notifier',
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)