Skip to content

Commit 633be96

Browse files
committed
Add support or Laravel 6.0
1 parent 64eaa45 commit 633be96

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ env:
1313
- LARAVEL=5.6.*
1414
- LARAVEL=5.7.*
1515
- LARAVEL=5.8.*
16+
- LARAVEL=6.*
1617
- COMPOSER_FLAGS="--prefer-lowest" LARAVEL=5.5.*
1718
- COMPOSER_FLAGS="--prefer-lowest" LARAVEL=5.6.*
1819
- COMPOSER_FLAGS="--prefer-lowest" LARAVEL=5.7.*
1920
- COMPOSER_FLAGS="--prefer-lowest" LARAVEL=5.8.*
21+
- COMPOSER_FLAGS="--prefer-lowest" LARAVEL=6.*
2022

2123
before_install:
2224
- travis_retry composer self-update

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-view-models` will be documented in this file
44

5+
## 1.2.0 - 2019-09-04
6+
7+
- Add support or Laravel 6.0
8+
59
## 1.1.1 - 2018-02-28
610

711
- Add support for Laravel 5.8

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "~5.5|~5.6|~5.7|~5.8"
20+
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8"
23+
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)