Composer loading from cache
2017-12-09 本文已影响513人
9b559869875b
https://stackoverflow.com/a/41141129
You can use the following command to clear the cache irrespective of the OS you are on:
php composer.phar clear-cache
or if composer is installed globally
composer clear-cache