From 02c8d74a1ba6f27451b8b3b3f5244d494da2f4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20F=C3=B6rster?= Date: Mon, 4 May 2015 18:44:54 +0200 Subject: [PATCH] update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb02a34..c401dd3 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ An environment is defined and detected either by a set of domains (e.g. www.doma ----------------------------- 1. `composer require frankfoerster/cakephp-environment` - Tags ~1.0 are releases for CakePHP 2.x support (master branch). - Tags ~3.0 are releases for CakePHP 3.x support (cake3 branch). 2. Copy the example configuration files from `example/config/Environment` to your app `/config/Environment` 3. Add the following lines to your `config/bootstrap.php` file @@ -38,6 +36,9 @@ An environment is defined and detected either by a set of domains (e.g. www.doma Environments::init(); ``` +Tags ~1.0 are releases for CakePHP 2.x support (master branch). +Tags ~3.0 are releases for CakePHP 3.x support (cake3 branch). + 3. Configuration ----------------