adjust version composer-asset-plugin to 1.0.0 [ci skip]

close #7024
This commit is contained in:
Davidson Alencar 2015-01-26 08:52:46 -02:00 committed by Carsten Brandt
parent c302ff98ed
commit 7b63966035

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.0-beta4"
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
~~~