backup-manager / symfony

Driver to seamlessly integrate the Backup Manager into Symfony applications.
119 stars 40 forks source link

DropboxV2 type not being recognized #46

Closed mhaque02 closed 6 years ago

mhaque02 commented 6 years ago

DropboxV2 is not being recognized. Any fix for this?

In composer.json, the appropriate Dropbox library is included "backup-manager/backup-manager": "^1.2" "srmklive/flysystem-dropbox-v2": "^1.0",

issue

mhaque02 commented 6 years ago

Function getConfigTreeBuilder() in DependencyInjection/Configuration.php does not include any mentions of DropboxV2, just Dropbox

Nyholm commented 6 years ago

Thank you for this issue. You are correct. Have a look at #47. That one should solve your issue.

Nyholm commented 6 years ago

I've merged it to master. Please try it before I tag a new release.

mhaque02 commented 6 years ago

This is fine now - thanks!

Nyholm commented 6 years ago

Excellent. Tagging new release now