File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ class UnsupportedSchemeException extends LogicException
36
36
],
37
37
'googlechat ' => [
38
38
'class ' => Bridge \GoogleChat \GoogleChatTransportFactory::class,
39
- 'package ' => 'symfony/googlechat -notifier ' ,
39
+ 'package ' => 'symfony/google-chat -notifier ' ,
40
40
],
41
41
'nexmo ' => [
42
42
'class ' => Bridge \Nexmo \NexmoTransportFactory::class,
43
43
'package ' => 'symfony/nexmo-notifier ' ,
44
44
],
45
45
'rocketchat ' => [
46
46
'class ' => Bridge \RocketChat \RocketChatTransportFactory::class,
47
- 'package ' => 'rocketchat -notifier ' ,
47
+ 'package ' => 'symfony/rocket-chat -notifier ' ,
48
48
],
49
49
'twilio ' => [
50
50
'class ' => Bridge \Twilio \TwilioTransportFactory::class,
@@ -64,7 +64,7 @@ class UnsupportedSchemeException extends LogicException
64
64
],
65
65
'ovhcloud ' => [
66
66
'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
67
- 'package ' => 'symfony/ovhcloud -notifier ' ,
67
+ 'package ' => 'symfony/ovh-cloud -notifier ' ,
68
68
],
69
69
'sinch ' => [
70
70
'class ' => Bridge \Sinch \SinchTransportFactory::class,
You can’t perform that action at this time.
0 commit comments