Update composer fxp plugin version in docs and travis scripts

This commit is contained in:
Alexander Makarov
2017-04-19 02:55:16 +03:00
parent 02ffbb28ec
commit c35ddec09a
31 changed files with 33 additions and 33 deletions

View File

@ -82,7 +82,7 @@ take two steps: install Yii, and bootstrap Yii.
If the third-party system uses Composer to manage its dependencies, you can simply run the following commands
to install Yii:
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer require yiisoft/yii2
composer install