diff --git a/CHANGELOG.md b/CHANGELOG.md index 92693053..5f7c52e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.8.6 - TBD +## 2.8.6 - 2019-08-11 ### Added diff --git a/composer.json b/composer.json index 31d420b0..94e77b8e 100644 --- a/composer.json +++ b/composer.json @@ -58,8 +58,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8-dev", - "dev-develop": "2.9-dev" + "dev-master": "2.8.x-dev", + "dev-develop": "2.9.x-dev" }, "zf": { "component": "Zend\\Session", diff --git a/composer.lock b/composer.lock index 3fd3a4c3..0e6da8b3 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d00e1bc4c6f2029ba82cfd344c09c999", + "content-hash": "4f244db6869aeb90fc4cf8a40f9b3bfe", "packages": [ { "name": "zendframework/zend-eventmanager", @@ -909,8 +909,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "role": "lead", + "email": "sebastian@phpunit.de" } ], "description": "Simple template engine.", @@ -958,8 +958,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "role": "lead", + "email": "sb@sebastian-bergmann.de" } ], "description": "Utility class for timing", @@ -1761,8 +1761,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "role": "lead", + "email": "sebastian@phpunit.de" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index c8d118b0..00000000 --- a/docs/book/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
Object-oriented interface to PHP sessions and storage.
- -$ composer require zendframework/zend-session
-