From c460b4ca90b2683db98d533b7864d057b7690815 Mon Sep 17 00:00:00 2001 From: KwangSeob Jeong Date: Thu, 31 Dec 2015 09:01:46 +0900 Subject: [PATCH 1/2] update phpdotenv to 2.0 for laravel-5.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2f86cfa..2e17ff7c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=5.4.0", "netresearch/jsonmapper": "~0.5", "monolog/monolog": "~1.12", - "vlucas/phpdotenv" : "~1.0", + "vlucas/phpdotenv": "~2.0", "mockery/mockery": "^0.9.4" }, "require-dev": { From 3832b40596afa1a50e7d6e020bfe8f3286f08721 Mon Sep 17 00:00:00 2001 From: KwangSeob Jeong Date: Thu, 31 Dec 2015 09:36:16 +0900 Subject: [PATCH 2/2] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 20664cc5..b39d3e65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ +# Requirements + +- PHP >= 5.4.9 +- [php JsonMapper](https://github.com/netresearch/jsonmapper) +- [phpdotenv](https://github.com/vlucas/phpdotenv) + # Installation 1. Download and Install PHP Composer. @@ -19,6 +25,9 @@ } } ``` + **Note:** + If you are using **laravel 5.0 or 5.1**(this version dependent on phpdotenv 1.x), then use **"1.5.\*"** version instead. + 3. Then run Composer's install or update commands to complete installation. ```sh