Skip to content

Commit

Permalink
Merge pull request #17 from mewebstudio/6.0
Browse files Browse the repository at this point in the history
Add support Laravel 6
  • Loading branch information
jarektkaczyk committed Sep 24, 2019
2 parents 7f6b27b + bcd630e commit 049fc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"require": {
"php": ">=7.0.0",
"sofa/hookable": "^5.5",
"illuminate/database": "^5.5"
"sofa/hookable": "^5.5|^6.0",
"illuminate/database": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.0",
Expand Down

0 comments on commit 049fc84

Please sign in to comment.