Upgrade to 2.0.8

Hi

I tried this command to upgrade from 2.0.7 to 2.0.8, but nothing changed and command didn’t face with problem:




php composer.phar self-update

php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"



None of these commands are supposed to update Yii or any other package.

Composer commands

Try


php composer.phar update

or


php composer.phar update yiisoft/yii2

instead.