Skip to content

Commit

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

php:
- 7.0
- 7.1
- 7.2
- 7.3

install:
- travis_retry composer require satooshi/php-coveralls:~0.6@stable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=7.0.0",
"sofa/eloquence-base": "^5.5"
"sofa/eloquence-base": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.0",
Expand Down

0 comments on commit 0637299

Please sign in to comment.