Updated composer-asset-plugin requirement to ~1.1.1 all over the framework

This commit is contained in:
SilverFire - Dmitry Naumenko
2015-11-30 08:28:48 +02:00
parent ee71dc3f06
commit 9b1dfe54e9
25 changed files with 25 additions and 25 deletions

View File

@ -54,6 +54,6 @@ Yii の新しいプロジェクトテンプレートを作成するのに必要
これで、あなたのテンプレートを使ってプロジェクトを作成することが出来ます。
```
composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```