Closed gilbitron closed 2 years ago
@gilbitron just tagged a new release with Laravel 9 support: https://github.com/TappNetwork/laravel-uppy-s3-multipart-upload/releases/tag/v0.5.0
Just a heads up, I know your tests are passing but Laravel 9 requires Flysystem v3 which has a new API. For example, the following line will be broken as the getAdapter
method no longer exists:
Storage::disk('s3')->getDriver()->getAdapter()->getClient();
@gilbitron Thanks for reporting! :) Added a new release to fix it https://github.com/TappNetwork/laravel-uppy-s3-multipart-upload/releases/tag/v0.5.1
Trying to install this on a Laravel 9 project but get the following composer error:
Any chance we can get
illuminate/contracts
upgraded to v9?