Skip to content

Commit 917b6ca

Browse files
committed
Merge branch 'develop'
2 parents 406bf42 + 3832b40 commit 917b6ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
# Requirements
3+
4+
- PHP >= 5.4.9
5+
- [php JsonMapper](https://github.com/netresearch/jsonmapper)
6+
- [phpdotenv](https://github.com/vlucas/phpdotenv)
7+
28
# Installation
39

410
1. Download and Install PHP Composer.
@@ -19,6 +25,9 @@
1925
}
2026
}
2127
```
28+
**Note:**
29+
If you are using **laravel 5.0 or 5.1**(this version dependent on phpdotenv 1.x), then use **"1.5.\*"** version instead.
30+
2231
3. Then run Composer's install or update commands to complete installation.
2332

2433
```sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.4.0",
88
"netresearch/jsonmapper": "~0.5",
99
"monolog/monolog": "~1.12",
10-
"vlucas/phpdotenv" : "~1.0",
10+
"vlucas/phpdotenv": "~2.0",
1111
"mockery/mockery": "^0.9.4"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)