[yii-2.0] Remove composer-asset-plugin & skip Bower install.
composer global require "fxp/composer-asset-plugin" command would force to install package into user's Composer global package.
php-framework-benchmark goals to run the ab-test for each framework's Hello controller without rendering view. According to this, I recommend to remove that plugin command and set up a minimum Composer installation.
You could use https://asset-packagist.org/ instead, which would provide a full install of Yii 2 without any composer hacks.
@cebe, thanks.
I'm changing to use Asset-Packagist solution for this, which Yii2 could still keep complete packages.
why did you remove composer.lock?
@cebe, thanks again!
I have filled up the updated composer.lock file.