Skip to content

Commit 1969965

Browse files
committed
Fix package rename when releasing
1 parent ca756a1 commit 1969965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ class UnsupportedSchemeException extends LogicException
5050
'class' => Bridge\Firebase\FirebaseTransportFactory::class,
5151
'package' => 'symfony/firebase-notifier',
5252
],
53-
'freemobile' => [
53+
'free-mobile' => [
5454
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
55-
'package' => 'symfony/freemobile-notifier',
55+
'package' => 'symfony/free-mobile-notifier',
5656
],
5757
'ovhcloud' => [
5858
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,

0 commit comments

Comments
 (0)