Skip to content

Commit

Permalink
fix: support laravel 7 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Apr 26, 2020
1 parent 689fee0 commit 0dcccb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ php:
- 7.4

env:
- LARAVEL_VERSION=5.6.*
- LARAVEL_VERSION=5.7.*
- LARAVEL_VERSION=5.8.*
- LARAVEL_VERSION=^6.0
- LARAVEL_VERSION=^7.0

install:
- composer require laravel/laravel:${LARAVEL_VERSION}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": "^7.2.0",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "^5.6|^6.0",
"illuminate/queue": "^5.6|^6.0",
"illuminate/support": "^5.6|^6.0"
"illuminate/notifications": "^5.6|^6.0|^7.0",
"illuminate/queue": "^5.6|^6.0|^7.0",
"illuminate/support": "^5.6|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
Expand Down

0 comments on commit 0dcccb0

Please sign in to comment.