Skip to content

Commit 3799d90

Browse files
Merge branch '5.1'
* 5.1: (28 commits) [DI] fix Use "composer/package-versions-deprecated" when possible Fix Small update in our internal terminology Fix support for PHP8 union types [VarDumper] fix typo [Lock][Messenger] Fix precedence of DSN options for 5.1 Fix support for PHP8 union types [FrameworkBundle] preserve dots in query-string when redirecting [3.4] Fix support for PHP8 union types [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option [3.4] Small update in our internal terminology [Cache] fix compat with DBAL v3 Remove unnecessary null check [HttpFoundation] Allow `null` in InputBag@set [HttpClient] Convert CurlHttpClient::handlePush() to instance method Fix package rename when releasing bumped Symfony version to 5.1.3 updated VERSION for 5.1.2 updated CHANGELOG for 5.1.2 ...
2 parents ba66ee5 + 1969965 commit 3799d90

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)