Removed fxp/composer-asset-plugin from git-workflow

This commit is contained in:
SilverFire - Dmitry Naumenko
2018-03-17 14:46:11 +02:00
parent a1a2932131
commit aa085d93bf
4 changed files with 0 additions and 8 deletions

View File

@ -35,7 +35,6 @@ git remote add upstream git://github.com/yiisoft/yii2.git
- `composer install` を実行して、依存パッケージをインストールします ([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.4.1"` を実行する必要があります。
JavaScript を扱おうとしている場合は、
- `npm install` を実行して JavaScript テストツール群とその依存ライブラリをインストールします