報錯:composer.json 的 require添加新包 需要刪除composer.lock和vender 從新composer install
[RuntimeException]
Failed to execute git checkout 'xxxx' -- && git reset --hard 'xxxxx' --
error: unable to read sha1 file of xxxxxx (xxxx)
......
......
解決方法:
composer clear
composer install