Skip to content

Commit 3832b40

Browse files
committed
update readme
1 parent c460b4c commit 3832b40

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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

0 commit comments

Comments
 (0)