updated fxp/composer-asset-plugin version constraint

fixes #6253
This commit is contained in:
Carsten Brandt
2015-05-06 16:32:26 +02:00
parent 8609311738
commit 486e7c59cf
18 changed files with 18 additions and 18 deletions

View File

@ -77,7 +77,7 @@ Yii は数多くの優れた機能を提供していますので、サードパ
サードパーティのシステムが Composer を使って依存を管理している場合は、単に下記のコマンドを実行すれば Yii をインストールすることが出来ます。
composer global require "fxp/composer-asset-plugin:1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer require yiisoft/yii2
composer install