We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8002fae commit ce8f43aCopy full SHA for ce8f43a
CHANGELOG.md
@@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## Unreleased
11
12
+## [1.8.0] - 2019-08-05
13
+
14
+### Changed
15
16
+- Raised minimum PHP version to 7.1
17
18
### Fixed
19
-- Fixed Fatal error on `CurlCommandFormatter` when body is larger than `escapeshellarg` allowed length.
20
+- Fatal error on `CurlCommandFormatter` when body is larger than `escapeshellarg` allowed length.
21
+- Do not read stream in message formatter if stream is not seekable.
22
23
## [1.7.2] - 2018-10-30
24
composer.json
@@ -54,7 +54,7 @@
54
},
55
"extra": {
56
"branch-alias": {
57
- "dev-master": "1.6-dev"
+ "dev-master": "1.8-dev"
58
}
59
60
"config": {
0 commit comments