Skip to content

Commit ac3a2bf

Browse files
committed
📦 1.6.0
1 parent d93fb2d commit ac3a2bf

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Laravel Impersonate Changelog
22

3+
## 1.6.0
4+
5+
### Added
6+
7+
- Laravel 7.x support
8+
9+
### Removed
10+
11+
- Laravel 5.x support
12+
313
## 1.5.1
414

515
### Changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"laravel-plugin"
1515
],
1616
"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"
1919
},
2020
"require-dev": {
2121
"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",
2424
"symfony/mime": ">=4.3.8",
2525
"symfony/http-foundation": ">=4.3.8"
2626
},

readme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@
2222

2323
## Requirements
2424

25-
- Laravel >= 5.8
26-
- PHP >= 7.1
25+
- Laravel 6.x or 7.x
26+
- PHP >= 7.2
2727

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 |
3036

3137
## Installation
3238

0 commit comments

Comments
 (0)