From 6635d71f54a0e967457dce31cb18ae2c616b8827 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Fri, 27 Jan 2017 00:22:40 +0100 Subject: [PATCH] Updated the README --- CHANGELOG.md | 3 +++ README.md | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..defea8a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. diff --git a/README.md b/README.md index 3a910c0..0f5a125 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,13 @@ The session management logic remains the same, that means you can use `SecureSession` with all the PHP session handlers like 'file', 'sqlite', 'memcache' or 'memcached' which are provided by PHP extensions. -## Version - -As this software is **ALPHA, Use at your own risk!** - ## Installation You can install this library using [composer](https://getcomposer.org/) with the following command: ``` -composer require ezimuel/php-secure-session:dev-master +composer require ezimuel/php-secure-session ``` After that the PHP-Secure-Session handler will be automatically executed in your