Skip to content

Commit

Permalink
📦 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Mar 3, 2020
1 parent d93fb2d commit ac3a2bf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
10 changes: 10 additions & 0 deletions changelog.md
@@ -1,5 +1,15 @@
# Laravel Impersonate Changelog

## 1.6.0

### Added

- Laravel 7.x support

### Removed

- Laravel 5.x support

## 1.5.1

### Changed
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -14,13 +14,13 @@
"laravel-plugin"
],
"require": {
"php": ">=7.1.3",
"laravel/framework": "5.8.* | ^6.0 | ^7.0"
"php": ">=7.2",
"laravel/framework": "^6.0 | ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 | ^8.0",
"orchestra/testbench": "^3.8 | ^4.0",
"orchestra/database": "^3.8 | ^4.0",
"orchestra/testbench": "^4.0 | ^5.0",
"orchestra/database": "^4.0 | ^5.0",
"symfony/mime": ">=4.3.8",
"symfony/http-foundation": ">=4.3.8"
},
Expand Down
14 changes: 10 additions & 4 deletions readme.md
Expand Up @@ -22,11 +22,17 @@

## Requirements

- Laravel >= 5.8
- PHP >= 7.1
- Laravel 6.x or 7.x
- PHP >= 7.2

**See release v1.2 for Laravel <= 5.8 support.**
**See release v1.1 for Laravel <= 5.4 support.**
### Laravel support

| Version | Realease |
| ------------- |:-------------:|
| 6.x, 7.x | 1.6 |
| 5.8 | 1.5 |
| 5.7, 5.6 | 1.2 |
| 5.5, 5.4 | 1.1 |

## Installation

Expand Down

0 comments on commit ac3a2bf

Please sign in to comment.