Skip to content

Commit 6735d1a

Browse files
committed
Add support for Laravel 10
1 parent 2756e5d commit 6735d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/dcblogdev/laravel-dropbox",
1313
"keywords": ["Laravel", "Dropbox"],
1414
"require": {
15-
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
1616
"guzzlehttp/guzzle": "^6|^7"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)