coding-socks / laravel-upload-handler

Chunk Uploader Package For Laravel
MIT License
11 stars 4 forks source link

Unable to support Laravel 10 #79

Closed rubbish-cat closed 7 months ago

nerg4l commented 9 months ago

As far as I can tell the package supports Laravel 10.

Do you see any errors? Can you share it?

weimi89 commented 9 months ago

./composer.json has been updated Running composer update coding-socks/laravel-upload-handler Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require coding-socks/laravel-upload-handler:*" to figure out if any version is installable, or "composer require coding-socks/laravel-upload-handler:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

nerg4l commented 9 months ago

Sorry, my bad. I added support ages ago but forgot to release a new version. I just did that.

Please try again and let me know if you run into any issues.

weimi89 commented 9 months ago

Thank you