coding-socks / laravel-upload-handler

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

Fix dependencies #34

Closed nerg4l closed 4 years ago

nerg4l commented 4 years ago

This PR fixes the dependencies in composer which was missing from #31 and fixes the dependencies in GitHub Actions which was miss typed in #32

nerg4l commented 4 years ago

For some unknown reason Scrutinizer was stuck in "Waiting for External Code Coverage" state so I moved from External Code Coverage to Generating Code Coverage.

scrutinizer-ci/scrutinizer#346

I would recommend to run the coverage generation on Scrutinizer (even if that means running tests twice), the set-up is just much more robust then.