Releases: ajgarlag/psr-http-message-bundle
Releases · ajgarlag/psr-http-message-bundle
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
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 theajgarlag_psr_http_message_...
alternatives
following deprecation messages. - Do you need any other feature provided by
sensio/framework-extra-bundle
?:- YES: require
sensio/framework-extra-bundle:^6.0
. - NO: remove
sensio/framework-extra-bundle
.
- YES: require
1.0.1
This release fixes a small typo in the conflict definition for sensio/framework-extra-bundle