Fix package name

This commit is contained in:
Fabien Potencier 2021-02-14 18:34:21 +01:00
parent a8850a4813
commit 5f8c736303
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "symfony/spothit-notifier", "name": "symfony/spot-hit-notifier",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony Spot-Hit Notifier Bridge", "description": "Symfony Spot-Hit Notifier Bridge",
"keywords": ["sms", "spot-hit", "notifier", "symfony"], "keywords": ["sms", "spot-hit", "notifier", "symfony"],

View File

@ -70,7 +70,7 @@ class UnsupportedSchemeException extends LogicException
], ],
'spothit' => [ 'spothit' => [
'class' => Bridge\SpotHit\SpotHitTransportFactory::class, 'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
'package' => 'symfony/spothit-notifier', 'package' => 'symfony/spot-hit-notifier',
], ],
'ovhcloud' => [ 'ovhcloud' => [
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class, 'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,