File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.2.0 ] - 2023-12-20
88### Removed
99- Support for PHP versions < 8.0
1010
11+ ### Changed
12+ - Dependency on ` psr/http-message ` now is ` ^1.0 || ^2.0 `
13+
1114## [ 1.1.0] - 2020-11-26
1215### Added
1316- Support for PHP 8
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " ^8.0" ,
88 "psr/http-client" : " ^1.0" ,
9- "psr/http-message" : " ^1.0"
9+ "psr/http-message" : " ^1.0 || ^2.0 "
1010 },
1111 "require-dev" : {
1212 "phpspec/prophecy" : " ^1.17" ,
You can’t perform that action at this time.
0 commit comments