yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Composer always failed when I am using this repo #721

Closed cougar999 closed 4 years ago

cougar999 commented 4 years ago

Thanks for your amazing work first. I used this on one of my projects, it's very handy. But there is one pain for me, every time I want to install a new extension, I need to add them manually, because it always failed if I install extensions by the composer.

It takes a very long time to verify and install packages, then it gives an error. If I install the extensions in an empty folder, the composer runs very fast and successful.

Is there any way to fix this composer installation issue? Thanks

rivieiraa commented 4 years ago

Read this one https://github.com/yii2-starter-kit/yii2-starter-kit/issues/712

cougar999 commented 4 years ago

Cool, this resolved the issue.