update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876)

This commit is contained in:
Kanin Peanviriyakulkit
2016-07-03 17:05:42 +07:00
committed by Carsten Brandt
parent d9122a74a9
commit c66121d2b6
25 changed files with 28 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ git remote add upstream git://github.com/yiisoft/yii2.git
- `composer update` を実行して、依存パッケージをインストールします ([composer をグローバルにインストール](https://getcomposer.org/doc/00-intro.md#globally) したものと仮定しています)。
> Note: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:~1.1.1"` を実行する必要があります。
> Note: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:^1.2.0"` を実行する必要があります。
- `php build/build dev/app basic` を実行して、ベーシックアプリケーションをクローンし、その依存パッケージをインストールします。
このコマンドは外部 composer パッケージは通常どおりインストールしますが、yii2 レポジトリは現在チェックアウトされているものをリンクします。