Skip to content

Commit

Permalink
Add support for 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 13, 2020
1 parent 3c5f1e4 commit d73be82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Expand Up @@ -12,10 +12,13 @@ env:
matrix:
- laravel=^5.8
- laravel=^6.0
- laravel=^7.0
- setup=stable laravel=^5.8
- setup=stable laravel=^6.0
- setup=stable laravel=^7.0
- setup=lowest laravel=^5.8
- setup=lowest laravel=^6.0
- setup=lowest laravel=^7.0

before_install:
- composer config discard-changes true
Expand Down Expand Up @@ -45,14 +48,20 @@ matrix:
env: setup=basic laravel=^5.8
- php: 7.4
env: setup=basic laravel=^6.0
- php: 7.4
env: setup=basic laravel=^7.0
- php: 7.4
env: setup=stable laravel=^5.8
- php: 7.4
env: setup=stable laravel=^6.0
- php: 7.4
env: setup=stable laravel=^7.0
- php: 7.4
env: setup=lowest laravel=^6.0
- php: 7.1
env: setup=coveralls coverage=yes laravel=^5.8
- php: 7.4
env: setup=lowest laravel=^7.0
- php: 7.2
env: setup=coveralls coverage=yes laravel=^6.0
allow_failures:
- env: setup=coveralls coverage=yes laravel=^5.8
- env: setup=coveralls coverage=yes laravel=^6.0
fast_finish: true
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -21,13 +21,13 @@
},
"require": {
"php": ">=7.1",
"illuminate/support": "^5.8 || ^6.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"katsana/katsana-sdk-php": "^1.2.4",
"php-http/guzzle6-adapter": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench": "^3.8.5 || ^4.0.1"
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^3.8.5 || ^4.5 || ^5.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d73be82

Please sign in to comment.