Fixed wrong instruction.

This commit is contained in:
Qiang Xue
2014-09-16 20:58:57 -04:00
parent 999a39d004
commit b1bb796ee0
7 changed files with 19 additions and 8 deletions

View File

@ -55,7 +55,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
You can then install this application template using the following command:
~~~
php composer.phar global require "fxp/composer-asset-plugin:~1.0"
php composer.phar global require "fxp/composer-asset-plugin:1.0.*@dev"
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
~~~