Skip to content

Commit

Permalink
Reduce minimum laravel version.
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 Mar 25, 2019
1 parent 3b833ce commit 3cfd842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,8 @@ env:
- setup=basic
- coverage=no
matrix:
- laravel=5.5.*
- laravel=5.6.*
- laravel=5.7.*
- laravel=5.8.*
- setup=lowest laravel=5.5.*
- setup=lowest laravel=5.6.*
- setup=lowest laravel=5.7.*
- setup=lowest laravel=5.8.*
- setup=stable laravel=5.5.*
- setup=stable laravel=5.6.*
- setup=stable laravel=5.7.*
- setup=stable laravel=5.8.*

before_install:
Expand All @@ -45,7 +36,7 @@ after_script:
matrix:
include:
- php: 7.1
env: setup=coveralls coverage=yes laravel=5.5.*
env: setup=coveralls coverage=yes laravel=5.8.*
allow_failures:
- env: setup=coveralls coverage=yes laravel=5.5.*
- env: setup=coveralls coverage=yes laravel=5.8.*
fast_finish: true
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"require": {
"php": ">=7.1",
"illuminate/container": "^5.5",
"illuminate/support": "^5.5",
"illuminate/container": "^5.8",
"illuminate/support": "^5.8",
"katsana/katsana-sdk-laravel": "^1.0",
"socialiteproviders/manager": "^3.3"
},
Expand Down

0 comments on commit 3cfd842

Please sign in to comment.