File tree Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Impersonate Changelog
2
2
3
+ ## 1.6.0
4
+
5
+ ### Added
6
+
7
+ - Laravel 7.x support
8
+
9
+ ### Removed
10
+
11
+ - Laravel 5.x support
12
+
3
13
## 1.5.1
4
14
5
15
### Changed
Original file line number Diff line number Diff line change 14
14
" laravel-plugin"
15
15
],
16
16
"require" : {
17
- "php" : " >=7.1.3 " ,
18
- "laravel/framework" : " 5.8.* | ^6.0 | ^7.0"
17
+ "php" : " >=7.2 " ,
18
+ "laravel/framework" : " ^6.0 | ^7.0"
19
19
},
20
20
"require-dev" : {
21
21
"phpunit/phpunit" : " ^7.5 | ^8.0" ,
22
- "orchestra/testbench" : " ^3.8 | ^4 .0" ,
23
- "orchestra/database" : " ^3.8 | ^4 .0" ,
22
+ "orchestra/testbench" : " ^4.0 | ^5 .0" ,
23
+ "orchestra/database" : " ^4.0 | ^5 .0" ,
24
24
"symfony/mime" : " >=4.3.8" ,
25
25
"symfony/http-foundation" : " >=4.3.8"
26
26
},
Original file line number Diff line number Diff line change 22
22
23
23
## Requirements
24
24
25
- - Laravel >= 5.8
26
- - PHP >= 7.1
25
+ - Laravel 6.x or 7.x
26
+ - PHP >= 7.2
27
27
28
- ** See release v1.2 for Laravel <= 5.8 support.**
29
- ** See release v1.1 for Laravel <= 5.4 support.**
28
+ ### Laravel support
29
+
30
+ | Version | Realease |
31
+ | ------------- | :-------------:|
32
+ | 6.x, 7.x | 1.6 |
33
+ | 5.8 | 1.5 |
34
+ | 5.7, 5.6 | 1.2 |
35
+ | 5.5, 5.4 | 1.1 |
30
36
31
37
## Installation
32
38
You can’t perform that action at this time.
0 commit comments