Skip to content

Commit 1f2ded6

Browse files
authored
Merge pull request #50 from mikk150/fix-49-dropbox
fix Dropbox adapter
2 parents 1fdef08 + 2f4a74a commit 1f2ded6

File tree

5 files changed

+1576
-930
lines changed

5 files changed

+1576
-930
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
- Fix Dropbox adapter not working
4+
35
## 1.0.0-rc1
46

57
- added `streamReads` param for AWS

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"league/flysystem-aws-s3-v3": "~1.0",
3434
"league/flysystem-azure": "~1.0",
3535
"league/flysystem-cached-adapter": "~1.0",
36-
"league/flysystem-copy": "~1.0",
3736
"spatie/flysystem-dropbox": "~1.0",
3837
"league/flysystem-gridfs": "~1.0",
3938
"league/flysystem-rackspace": "~1.0",
@@ -47,8 +46,8 @@
4746
},
4847
"repositories": [
4948
{
50-
"type": "pear",
51-
"url": "http://pear.php.net"
49+
"type": "composer",
50+
"url": "https://asset-packagist.org"
5251
}
5352
],
5453
"autoload": {

0 commit comments

Comments
 (0)