Skip to content

Commit

Permalink
Merge pull request #50 from mikk150/fix-49-dropbox
Browse files Browse the repository at this point in the history
fix Dropbox adapter
  • Loading branch information
schmunk42 authored Nov 9, 2021
2 parents 1fdef08 + 2f4a74a commit 1f2ded6
Show file tree
Hide file tree
Showing 5 changed files with 1,576 additions and 930 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

- Fix Dropbox adapter not working

## 1.0.0-rc1

- added `streamReads` param for AWS
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-azure": "~1.0",
"league/flysystem-cached-adapter": "~1.0",
"league/flysystem-copy": "~1.0",
"spatie/flysystem-dropbox": "~1.0",
"league/flysystem-gridfs": "~1.0",
"league/flysystem-rackspace": "~1.0",
Expand All @@ -47,8 +46,8 @@
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
Expand Down
Loading

0 comments on commit 1f2ded6

Please sign in to comment.