update composer-asset-plugin

This commit is contained in:
Daniel Gomez Pan 2015-09-27 22:24:43 +02:00
parent 4bf3cc2699
commit f68cd5d1f5

View File

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