Skip to content

Commit

Permalink
Merge pull request #11 from sammagee/master
Browse files Browse the repository at this point in the history
Add Laravel 6.0 support
  • Loading branch information
mpociot authored Oct 6, 2019
2 parents c7d5993 + 4610949 commit e7ff37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2

env:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php": "^7.1",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0"
"php": "^7.2",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.6",
Expand Down

0 comments on commit e7ff37c

Please sign in to comment.