bug #40736 [Notifier] Fix LightSms package name (fabpot)

This PR was merged into the 5.3-dev branch.

Discussion
----------

[Notifier] Fix LightSms package name

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | n/a

As the namespace is LightSms and not Lightsms.

Commits
-------

2d80665a4a [Notifier] Fix LightSms package name
This commit is contained in:
Fabien Potencier 2021-04-08 11:46:46 +02:00
commit 491265f1fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "symfony/lightsms-notifier", "name": "symfony/light-sms-notifier",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony LightSms Notifier Bridge", "description": "Symfony LightSms Notifier Bridge",
"keywords": ["sms", "light-sms", "notifier"], "keywords": ["sms", "light-sms", "notifier"],

View File

@ -126,7 +126,7 @@ class UnsupportedSchemeException extends LogicException
], ],
'lightsms' => [ 'lightsms' => [
'class' => Bridge\LightSms\LightSmsTransportFactory::class, 'class' => Bridge\LightSms\LightSmsTransportFactory::class,
'package' => 'symfony/lightsms-notifier', 'package' => 'symfony/light-sms-notifier',
], ],
'microsoftteams' => [ 'microsoftteams' => [
'class' => Bridge\MicrosoftTeams\MicrosoftTeamsTransportFactory::class, 'class' => Bridge\MicrosoftTeams\MicrosoftTeamsTransportFactory::class,