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
The bundle can detect if symfony/psr-http-message-bridge:>=2.1 is installed and the services defined by the flex recipe are enabled, to leverage in their services to provide the required functionality.
Upgrade path from sensio/framework-extra-bundle PSR-7 support
If your code depends on sensio/framework-extra-bundle PSR-7 support, this is the
suggested upgrade path:
Require sensio/framework-extra-bundle:^5.3.
Require ajgarlag/psr-http-message-bundle:^1.1, and enable old services aliasing.
Disable PSR-7 support in sensio_framework_extra configuration.
If your code depends on old sensio_framework_extra_... services identifiers,
modify service definitions to use the ajgarlag_psr_http_message_... alternatives
following deprecation messages.
Do you need any other feature provided by sensio/framework-extra-bundle?: