bug #37312 Fix package rename when releasing (94noni)

This PR was merged into the 5.1 branch.

Discussion
----------

Fix package rename when releasing

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix when upgrading my local project to use the package instead of my old code :)
| License       | MIT

---

Related to
a89a2a8893 (diff-bd586be86489d3e4725496bf5d4caf23) friendly ping @fabpot

The package is released at https://packagist.org/packages/symfony/free-mobile-notifier
And thus this needed to be fixed t give proper hint to devs

Thanks

Commits
-------

7a93222259 Fix package rename when releasing
This commit is contained in:
Nicolas Grekas 2020-06-18 18:21:30 +02:00
commit 38c0971bf9

View File

@ -50,9 +50,9 @@ class UnsupportedSchemeException extends LogicException
'class' => Bridge\Firebase\FirebaseTransportFactory::class,
'package' => 'symfony/firebase-notifier',
],
'freemobile' => [
'free-mobile' => [
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
'package' => 'symfony/freemobile-notifier',
'package' => 'symfony/free-mobile-notifier',
],
'ovhcloud' => [
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,