Skip to content

Commit f0929d2

Browse files
committed
[Notifier] Fix LightSms package name
1 parent 7ba1c21 commit f0929d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class UnsupportedSchemeException extends LogicException
126126
],
127127
'lightsms' => [
128128
'class' => Bridge\LightSms\LightSmsTransportFactory::class,
129-
'package' => 'symfony/lightsms-notifier',
129+
'package' => 'symfony/light-sms-notifier',
130130
],
131131
'microsoftteams' => [
132132
'class' => Bridge\MicrosoftTeams\MicrosoftTeamsTransportFactory::class,

0 commit comments

Comments
 (0)