update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876)

This commit is contained in:
Kanin Peanviriyakulkit
2016-07-03 17:05:42 +07:00
committed by Carsten Brandt
parent d9122a74a9
commit c66121d2b6
25 changed files with 28 additions and 28 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.1.1"
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```