Skip to content

Commit 6886b2a

Browse files
authored
Added support for Laravel 7
1 parent f6d2e0e commit 6886b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Office365"
1919
],
2020
"require": {
21-
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x",
21+
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x",
2222
"league/oauth2-client": "^1.4|^2",
2323
"guzzlehttp/guzzle": "^6"
2424
},
@@ -38,4 +38,4 @@
3838
}
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)