Skip to content

Commit

Permalink
Add support for Laravel Framework 8.6.0 (#37)
Browse files Browse the repository at this point in the history
Add Laravel 8.6.0 support
  • Loading branch information
ryusuke005 authored Oct 27, 2020
1 parent ec79ce7 commit 9abe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"php": ">=7.1",
"ext-json": "*",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"guzzlehttp/guzzle": "~6.0 || ~7.0.1"
"guzzlehttp/guzzle": "~6.0 || ^7.0.1"
},
"require-dev": {
"symfony/http-foundation": "^5.0",
Expand Down

0 comments on commit 9abe97c

Please sign in to comment.