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 to CakePHP Migrations 2.x #175

Closed ravage84 closed 6 years ago

ravage84 commented 6 years ago

Curently the plugin uses the CakePHP Migrations plugin in version 1.8.x

https://github.com/burzum/cakephp-file-storage/blob/b1e084251a4498957742125bf5fd58147052c9e7/composer.json#L25

Also recently, the CakePHP Migrations plugin version 2.0.0 was released.

https://github.com/cakephp/migrations/releases/tag/2.0.0

We should upgrade to this before tagging the 2.0 release of this plugin.

ravage84 commented 6 years ago

Resolved through #178