You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do anything, i.e. clear the cache or open a web page.
See error: Unrecognized option "psr_message" under "sensio_framework_extra". Available options are "cache", "request", "router", "security", "templating", "view"
Expected behavior
The symfony app is working as expected
The text was updated successfully, but these errors were encountered:
Actually this bundle was something I wanted to integrate to the Webauthn bundle.
I am not in favor of adding a new bundle in replacement to the previous one as it may break some applications.
🤔 it would be nice to collaboratively work on a single replacement, but I also agree with you about adding a new bundle could break things.
I may be able to help on this. I've never played with PSR-7 myself, but I'm happy to give it a try.
How do you want to proceed? Do you want to create a bundle within this framework or add PSR-7 support as part of web-auth/webauthn-symfony-bundle?
Describe the bug
With Remove PSR-7 support
sensio/framework-extra-bundle
doesn't have PSR-7 message support from version 6.0.To Reproduce
Steps to reproduce the behavior:
sensio/framework-extra-bundle
(either no version, or >= 6.0).Unrecognized option "psr_message" under "sensio_framework_extra". Available options are "cache", "request", "router", "security", "templating", "view"
Expected behavior
The symfony app is working as expected
The text was updated successfully, but these errors were encountered: