hirak / prestissimo

composer parallel install plugin
MIT License
6.18k stars 170 forks source link

does this alter how composer clear-cache works ? #229

Closed vesper8 closed 3 years ago

vesper8 commented 4 years ago

I noticed that after running composer clear-cache, if I run composer install it has to download a lot of json files sure but it doesn't appear to actually re-download any of the packages ?? as if they are still cached because of this package. Does this package add an additional layer of cache that composer clear-cache does not remove?

spiilmusic commented 3 years ago

It's not a joke, working solution is:

composer global remove hirak/prestissimo
vesper8 commented 3 years ago

It's not a joke, working solution is:

composer global remove hirak/prestissimo

This package was certainly good for many years but with Composer 2 it's not needed anymore and there's really no reason why anyone should not be using Composer 2 at this point