报错现象: Root package '路径' cannot require itself in its composer.json 译:不能调用自己 主要原因 conposer.json中name参数和扩展名称一致导致,删除后即可解决问题。