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

@ -50,6 +50,6 @@ Use the Template
That's all that's required to create a new Yii project template. Now you can create projects using your template:
```
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```