From f68cd5d1f5b2931c4e372ef77f46af891bde8b01 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Pan Date: Sun, 27 Sep 2015 22:24:43 +0200 Subject: [PATCH] update composer-asset-plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09426cb..9a1a4b3 100644 --- a/README.md +++ b/README.md @@ -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: ~~~ -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 ~~~