Update fxp plugin version

This commit is contained in:
Alexander Makarov 2017-04-19 02:56:34 +03:00
parent 2ac711fa20
commit 19b6143f05
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ cache:
install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.1"
- travis_retry composer global require "fxp/composer-asset-plugin:~1.3.1"
- travis_retry composer update --dev --prefer-dist --no-interaction
# setup application:
- |

View File

@ -46,7 +46,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
You can then install this project template using the following command:
~~~
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar global require "fxp/composer-asset-plugin:^1.3.1"
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
~~~