Skip to content

Commit 7a3b325

Browse files
authored
Merge pull request #12 from stromgren/laravel-8
Laravel 8
2 parents 01362da + e9b5bbe commit 7a3b325

File tree

2 files changed

+1241
-2
lines changed

2 files changed

+1241
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"Office365"
1919
],
2020
"require": {
21-
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x",
21+
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x",
2222
"league/oauth2-client": "^1.4|^2",
23-
"guzzlehttp/guzzle": "^6"
23+
"guzzlehttp/guzzle": "^7"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)