Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from wells/fix-laravel-6
Browse files Browse the repository at this point in the history
Add support for Laravel 6 & 7
  • Loading branch information
thomaswelton authored Oct 10, 2019
2 parents 1d4ef2f + f479ae9 commit 4f6f547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ sudo: false

matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
env: COLLECT_COVERAGE=true
- php: 7
- php: hhvm
- php: 7.3

install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require":{
"php":">=5.4.0",
"illuminate/support":"~5.0",
"illuminate/support":"~5.0|^6.0|^7.0",
"thomaswelton/gravatarlib":"0.1.x"
},
"require-dev":{
Expand Down

0 comments on commit 4f6f547

Please sign in to comment.