Skip to content

Commit

Permalink
Run tests for support for laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ovac committed Dec 5, 2018
1 parent 0ae2bfa commit 4df3d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
- php: 7.1
env: LARAVEL_VERSION=5.6.*
- php: 7.2
env: LARAVEL_VERSION=5.6.*
env: LARAVEL_VERSION=5.7.*

before_install:
- travis_retry composer self-update --stable -n
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/support": "^5.4",
"ovac/hubtel-payment": "~2.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 4df3d31

Please sign in to comment.