Remove stability=dev

Shouldn't stability=dev be removed?
This commit is contained in:
germanliu
2014-10-13 16:44:21 -04:00
parent b5f921ee81
commit 5429686c99

View File

@ -18,7 +18,7 @@ If you do not have [Composer](http://getcomposer.org/), follow the instructions
With Composer installed, you can then install the application using the following commands: With Composer installed, you can then install the application using the following commands:
composer global require "fxp/composer-asset-plugin:1.0.0-beta3" composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced yii-application composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
The first command installs the [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/) The first command installs the [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
which allows managing bower and npm package dependencies through Composer. You only need to run this command which allows managing bower and npm package dependencies through Composer. You only need to run this command