spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
343 stars 50 forks source link

fix league/flysystem minimum version #51

Closed Gummibeer closed 5 years ago

Gummibeer commented 5 years ago

MimeType::detectByFilename($path) was first added in v1.0.20 https://github.com/spatie/flysystem-dropbox/blob/762cb0386def2b534db237d2267dfe8fd359d1ba/src/DropboxAdapter.php#L230-L233 https://github.com/thephpleague/flysystem/commit/15dcc8ee9b279b40fbcca47ad9c7257a41b61947

freekmurze commented 5 years ago

Thanks!