OneOffTech / laravel-tus-upload

A package for handling resumable file uploads in a Laravel application via the http://tus.io/ resumable file upload protocol.
https://oneofftech.xyz/open-source/
MIT License
50 stars 13 forks source link

Laravel 10 support #71

Open joshuasy10 opened 1 year ago

joshuasy10 commented 1 year ago

The dependencies conflict with Laravel 10.

I am still learning about how resumable uploads work and I don't know enough about this package to know if a simple dependency update would break anything.

Thanks.

avvertix commented 1 year ago

Currently we haven't tested it on Laravel 10, in fact we are pinning to Laravel 9. That's why Composer is telling that you cannot install it with Laravel 10. As of know I don't see required changes to support Laravel 10 except allowing it in composer.json. Would you be so kind to help us by submitting a pull request with that changes and help us testing it?

jstoone commented 10 months ago

Hi @avvertix, I’ll go ahead and create a PR for this tomorrow morning UTC. ✌️