-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[Notifier] Mercure bridge: bump mercure dependency to 0.5 #40671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fabbot.io is trigerring a false positive |
src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php
Outdated
Show resolved
Hide resolved
c5504da
to
b843d60
Compare
src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
not sure why mercure-bundle is not available when running psalm, the way it's configured here is a bit weird.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The root composer.json needs to require mercure-bundle 0.3
The test failure looks related. |
src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php
Outdated
Show resolved
Hide resolved
About the failing tests, it's because of a BC break between 0.5.0 and 0.5.1. In fact, |
Lets require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thank you
…0.5 (mtarld) This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Mercure bridge: bump mercure dependency to 0.5 Documentation for symfony/symfony#40671 Commits ------- af96b34 Update doc for mercure 0.5
Bump Mercure bridge's
symfony/mercure
dependency to 0.5 to deal with hubs instead of publishers.To be able to use
HandlerRegistry::all
method, this PR needs symfony/mercure#50 to be merged and released.