laravel-chunk-upload
laravel-chunk-upload copied to clipboard
Update league/flysystem requirement
Hello!
It looks like Lumen has updated league/flysystem requirement to v2 - but this library requires v1 to not return a 500 error.
However, without v2, it causes errors in Luments cache system due to dependencies on the v2 of flysystem.
Please update the code to work with v2 of flysystem.
Hi,
- Please try to the latest Laravel 9 support
- If fails, please add support for it? Lumen is not supported officially. YOu are welcomed to update the example repo with automatic tests that would add support for it?
- Thanks