Skip to content

Commit

Permalink
Allow Laravel 7.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 23, 2020
1 parent 99f1b2f commit 6f76ff3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ env:
- coverage=no
matrix:
- laravel=^6.0
- laravel=^7.0
- setup=stable laravel=^6.0
- setup=stable laravel=^7.0
- setup=lowest laravel=^6.0
- setup=lowest laravel=^7.0

before_install:
- composer config discard-changes true
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0",
"orchestra/canvas-core": "^4.7"
"illuminate/support": "^6.0 || ^7.0",
"orchestra/canvas-core": "^4.7 || ^5.0"
},
"require-dev": {
"orchestra/canvas": "^4.4",
"orchestra/testbench": "^4.5"
"orchestra/canvas": "^4.4 || ^5.0",
"orchestra/testbench": "^4.5 || ^5.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6f76ff3

Please sign in to comment.