Skip to content

Commit

Permalink
Merge pull request #250 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 428efbc + 92d4fa8 commit 4039c51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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

before_script:
- travis_retry composer self-update
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
],
"require": {
"php": ">=7.0.0",
"sofa/eloquence-base": "^5.5",
"sofa/eloquence-metable": "^5.5",
"sofa/eloquence-mutable": "^5.5",
"sofa/eloquence-mappable": "^5.5",
"sofa/eloquence-validable": "^5.5"
"php": ">=7.2.0",
"sofa/eloquence-base": "^5.5|^6.0",
"sofa/eloquence-metable": "^5.5|^6.0",
"sofa/eloquence-mutable": "^5.5|^6.0",
"sofa/eloquence-mappable": "^5.5|^6.0",
"sofa/eloquence-validable": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.0",
Expand Down

0 comments on commit 4039c51

Please sign in to comment.