File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Installation
2626# you can install it where you want, ~/benchmarkKit used for the example
2727mkdir ~ /benchmarkKit
2828cd ~ /benchmarkKit
29- echo ' {"require": {"phpbenchmarks/benchmark-kit": "^3.0.1 "}}' > composer.json
29+ echo ' {"require": {"phpbenchmarks/benchmark-kit": "^3.0.2 "}}' > composer.json
3030
3131# you can use your local composer installation, of the official Docker container
3232docker run --rm -v $( pwd) :/app composer/composer update --no-dev
Original file line number Diff line number Diff line change 1+ ### [ 3.0.2] ( ../../compare/3.0.1...3.0.2 ) - 2018-04-28
2+
3+ - Change ` responseBodyFileMinSize ` for REST API for serializer who not escape ` / ` .
4+
15### [ 3.0.1] ( ../../compare/3.0.0...3.0.1 ) - 2018-04-28
26
37- Fix responseBody file size verification.
You can’t perform that action at this time.
0 commit comments