File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
## Unreleased
11
11
12
+ ## [ 1.8.0] - 2019-08-05
13
+
14
+ ### Changed
15
+
16
+ - Raised minimum PHP version to 7.1
17
+
12
18
### Fixed
13
19
14
- - 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.
15
22
16
23
## [ 1.7.2] - 2018-10-30
17
24
Original file line number Diff line number Diff line change 54
54
},
55
55
"extra" : {
56
56
"branch-alias" : {
57
- "dev-master" : " 1.6 -dev"
57
+ "dev-master" : " 1.8 -dev"
58
58
}
59
59
},
60
60
"config" : {
You can’t perform that action at this time.
0 commit comments