Skip to content

Commit 9756251

Browse files
committed
New release
1 parent 31662ba commit 9756251

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.0.1...main)
5+
## [Unreleased](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.1.0...main)
6+
7+
## [1.1.0](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.0.1...1.1.0) - 2021-02-04
68

79
### Changed
810
- Relax version requirement for [`symfony/psr-http-message-bridge`](https://github.com/symfony/psr-http-message-bridge)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If your code depends on [sensio/framework-extra-bundle] [PSR-7] support, this is
6969
suggested upgrade path:
7070

7171
1. Require `sensio/framework-extra-bundle:^5.3`.
72-
2. Install this bundle, and enable old services aliasing.
72+
2. Require `ajgarlag/psr-http-message-bundle:^1.1`, and enable old services aliasing.
7373
3. Disable PSR-7 support in `sensio_framework_extra` configuration.
7474
4. If your code depends on old `sensio_framework_extra_...` services identifiers,
7575
modify service definitions to use the `ajgarlag_psr_http_message_...` alternatives

0 commit comments

Comments
 (0)