使用composer install安裝依賴的時候報了如下錯誤
Installing symfony/thanks (v1.0.7): Downloading (failed) Failed to download symfony/thanks from dist: The "https://files.phpcomposer.com/files/symfony/thanks/bade4992c46ed72
2162694b4af8d72f84402819a.zip" file could not be downloaded (HTTP/1.1 405 Not Allowed)
解決辦法:刪除vendor文件夾和composer.lock,重新composer install即可