burzum / cakephp-file-storage

Abstract file storage and upload plugin for CakePHP. Write to local disk, FTP, S3, Dropbox and more through a single interface. It's not just yet another uploader but a complete storage solution.
MIT License
197 stars 84 forks source link

[2.0] Upgrade Gaufrette to v0.7.x #182

Closed ravage84 closed 6 years ago

burzum commented 6 years ago

@ravage84 will this cause any BC issues?

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 37.018% when pulling 016e628128f3aef88f66a0ff0d1f3aabf8aacbcb on 2.0-gaufrette-v070 into 866323a91c930475eff16a6a00dfc007999ffd72 on 2.0.

ravage84 commented 6 years ago

@burzum haven't looked into it, to be honest.

FilesystemMap::set() should expects FilesystemInterface instead of Filesystem

https://github.com/KnpLabs/Gaufrette/releases/tag/v0.7.0

May be, you can make something of it.

But doing such a bump for 2.x, would be the correct approach, anyway.