diff options
author | Wolfy-J <[email protected]> | 2018-10-13 10:54:47 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-10-13 10:54:47 +0300 |
commit | 1166830f80b2f86acdc75c789a1996a021442441 (patch) | |
tree | 407f4d971bb074f5285c5c491a794f1699a15f17 | |
parent | cabffb55016e14afed94d1c0bced1b9a1b0b82b6 (diff) |
pre-release activities
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | composer.json | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf7a6ef..6c5d9d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v1.2.5 (13.10.2018) +------ +- decoupled from Zend Diactoros via PSR-17 factory (by @1ma) +- `Verbose` flag for cli renamed to `verbose` (by @ruudk) + v1.2.4 (30.09.2018) ------ - minor performance improvements (reduced number of syscalls) @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.2.4 +RR_VERSION=1.2.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" diff --git a/composer.json b/composer.json index 1c103081..7e0ff66c 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": "^7.0", - "http-interop/http-factory-diactoros": "^1.0", + "spiral/goridge": "^2.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "spiral/goridge": "^2.0" + "http-interop/http-factory-diactoros": "^1.0" }, "autoload": { "psr-4": { |