Skip to content

Commit

Permalink
Support laravel 8 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming authored Jan 14, 2021
1 parent 03642d0 commit 6c40691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
"guzzlehttp/guzzle": "~6.0|^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
},
"require-dev": {
"illuminate/queue": "~5.5 || ~6.0 || ~7.0",
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ^8.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6c40691

Please sign in to comment.