ソースを参照

Merge pull request #34 from janisto/patch-2

Update docs composer-asset-plugin [skip ci]
Alexander Makarov 10 年 前
コミット
177e0ba77e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

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