Skip to content

Releases: ajgarlag/psr-http-message-bundle

1.2.2

28 Sep 11:25
Compare
Choose a tag to compare

Added

  • Add Symfony 6 support

Removed

  • Remove PHP <7.4 support
  • Remove Symfony <5.4 support

1.2.1

10 Mar 18:33
7f7e82f
Compare
Choose a tag to compare

This release checks that required PSR-17 services are defined or suggests a fix for it

1.2.0

19 Feb 09:55
Compare
Choose a tag to compare

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.

1.1.2

18 Feb 09:12
Compare
Choose a tag to compare

Fix sensio/framework-extra-bundle:<6 detection

1.1.1

17 Feb 10:14
Compare
Choose a tag to compare

Fix a small issue (#3) about deprecated services definition reported by @magnetik

1.1.0

04 Feb 14:16
Compare
Choose a tag to compare

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:

  1. Require sensio/framework-extra-bundle:^5.3.
  2. Require ajgarlag/psr-http-message-bundle:^1.1, and enable old services aliasing.
  3. Disable PSR-7 support in sensio_framework_extra configuration.
  4. 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.
  5. 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.

1.0.1

04 Feb 07:48
Compare
Choose a tag to compare

This release fixes a small typo in the conflict definition for sensio/framework-extra-bundle

1.0.0

03 Feb 22:42
Compare
Choose a tag to compare

This bundle provides PSR-7 support for Symfony Framework applications.

It was usually provided by sensio/framework-extra-bundle but was removed in v6.0.

Feedback is welcome.