UnexpectedValueException] The checksum verification of the file failed
在Windows10 上执行 composer install 安装magento2.3.0的时候出现下面错误
- Installing vertex/module-tax (3.0.0): Downloading (100%)
[UnexpectedValueException]
The checksum verification of the file failed (downloaded from https://repo.magento.com/archives/vertex/module-tax/v
ertex-module-tax-3.0.0.0.zip)

解决办法:
打开composer.json 在require-dev{}下面插入下面代码重新安装(compsoer install)即可:
"replace": {
"vertex/module-tax": "*"
},
