From 2d80665a4a9e9abf2f0bd29a56faef504a860d4c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 8 Apr 2021 11:36:44 +0200 Subject: [PATCH] [Notifier] Fix LightSms package name --- src/Symfony/Component/Notifier/Bridge/LightSms/composer.json | 2 +- .../Component/Notifier/Exception/UnsupportedSchemeException.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/composer.json b/src/Symfony/Component/Notifier/Bridge/LightSms/composer.json index 5faaa6f0ff..2f4ee8cee0 100644 --- a/src/Symfony/Component/Notifier/Bridge/LightSms/composer.json +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/composer.json @@ -1,5 +1,5 @@ { - "name": "symfony/lightsms-notifier", + "name": "symfony/light-sms-notifier", "type": "symfony-bridge", "description": "Symfony LightSms Notifier Bridge", "keywords": ["sms", "light-sms", "notifier"], diff --git a/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php b/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php index 64cc063e5a..13ac1df342 100644 --- a/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php +++ b/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php @@ -126,7 +126,7 @@ class UnsupportedSchemeException extends LogicException ], 'lightsms' => [ 'class' => Bridge\LightSms\LightSmsTransportFactory::class, - 'package' => 'symfony/lightsms-notifier', + 'package' => 'symfony/light-sms-notifier', ], 'microsoftteams' => [ 'class' => Bridge\MicrosoftTeams\MicrosoftTeamsTransportFactory::class,