Skip to content

Commit

Permalink
Add support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mews committed Sep 6, 2019
1 parent 45b55dd commit b0ae339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

php:
- 5.6
- 7.0
- hhvm
- 7.2
- 7.3

install:
- travis_retry composer require squizlabs/php_codesniffer:2.3.3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "^5.3"
"php": ">=7.2",
"illuminate/database": "^6.0"
},
"require-dev": {
"crysalead/kahlan": "~1.1"
Expand Down

0 comments on commit b0ae339

Please sign in to comment.