summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-13 10:54:47 +0300
committerWolfy-J <[email protected]>2018-10-13 10:54:47 +0300
commit1166830f80b2f86acdc75c789a1996a021442441 (patch)
tree407f4d971bb074f5285c5c491a794f1699a15f17
parentcabffb55016e14afed94d1c0bced1b9a1b0b82b6 (diff)
pre-release activities
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbuild.sh2
-rw-r--r--composer.json4
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)
diff --git a/build.sh b/build.sh
index 4540c912..8c4e47b5 100755
--- a/build.sh
+++ b/build.sh
@@ -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": {