Skip to content

Commit 05fc39f

Browse files
committed
🔖 1.3.0 - Laravel 5.8
1 parent 4de2821 commit 05fc39f

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
php:
3+
- 7.2
34
- 7.1
4-
- 7.0
5-
- 5.6
65
before_script: composer install
76
script: vendor/bin/phpunit -c phpunit.xml

changelog.md

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

3+
## 1.3.0 (2019-02-28)
4+
5+
### Changed
6+
7+
- Laravel 5.8 compatibility (min version)
8+
39
## 1.2.3 (2018-09-03)
410

511
### Changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"laravel-plugin"
1515
],
1616
"require": {
17-
"php": ">=7.0",
18-
"laravel/framework": ">=5.5"
17+
"php": "^7.1.3",
18+
"laravel/framework": ">=5.8"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.7",
22-
"orchestra/testbench": "~3.4.0",
23-
"orchestra/database": "~3.4.0"
21+
"phpunit/phpunit": "^7.5 || ^8.0",
22+
"orchestra/testbench": "~3.8.0",
23+
"orchestra/database": "~3.8.0"
2424
},
2525
"license": "MIT",
2626
"authors": [

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
## Requirements
2424

25-
- Laravel >= 5.5
26-
- PHP >= 7
25+
- Laravel >= 5.8
26+
- PHP >= 7.1
2727

28+
**See release v1.2 for Laravel <= 5.8 support.**
2829
**See release v1.1 for Laravel <= 5.4 support.**
2930

3031
## Installation

0 commit comments

Comments
 (0)