From 0a636b8cbd4874218fdec5f0917bc050f056582d Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 12 Oct 2014 18:13:22 -0400 Subject: [PATCH] Fixes #5509. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61cb4a1..36c3ec9 100644 --- a/README.md +++ b/README.md @@ -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-beta2" +php composer.phar global require "fxp/composer-asset-plugin:1.0.0-beta3" php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic ~~~