Skip to content

Commit

Permalink
Merge pull request livkiss#116 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add support for laravel 8
  • Loading branch information
livkiss authored Apr 4, 2021
2 parents 7ce4ff8 + 6b7d09b commit e666db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0
- LARAVEL=^8.0

matrix:
fast_finish: true
Expand All @@ -23,6 +24,10 @@ matrix:
env: LARAVEL=^6.0
- php: 7.1
env: LARAVEL=^7.0
- php: 7.1
env: LARAVEL=^8.0
- php: 7.2
env: LARAVEL=^8.0

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^7.1.3",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/validation": "^5.5|^6.0|^7.0"
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpspec/phpspec": "^5.0|^6.0",
Expand Down

0 comments on commit e666db5

Please sign in to comment.