File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ # Requirements
3
+
4
+ - PHP >= 5.4.9
5
+ - [ php JsonMapper] ( https://github.com/netresearch/jsonmapper )
6
+ - [ phpdotenv] ( https://github.com/vlucas/phpdotenv )
7
+
2
8
# Installation
3
9
4
10
1 . Download and Install PHP Composer.
19
25
}
20
26
}
21
27
```
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
+
22
31
3 . Then run Composer's install or update commands to complete installation.
23
32
24
33
```sh
Original file line number Diff line number Diff line change 7
7
"php" : " >=5.4.0" ,
8
8
"netresearch/jsonmapper" : " ~0.5" ,
9
9
"monolog/monolog" : " ~1.12" ,
10
- "vlucas/phpdotenv" : " ~1 .0" ,
10
+ "vlucas/phpdotenv" : " ~2 .0" ,
11
11
"mockery/mockery" : " ^0.9.4"
12
12
},
13
13
"require-dev" : {
You can’t perform that action at this time.
0 commit comments