updated fxp/composer-asset-plugin version constraint

fixes #6253
This commit is contained in:
Carsten Brandt
2015-05-06 16:32:26 +02:00
parent 8609311738
commit 486e7c59cf
18 changed files with 18 additions and 18 deletions

View File

@ -15,7 +15,7 @@ The preferred way to install the Yii framework is through [composer](http://getc
Either run
```
composer global require "fxp/composer-asset-plugin:1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer require yiisoft/yii2
```

View File

@ -82,7 +82,7 @@ Upgrade from Yii 2.0 Beta
the composer-asset-plugin, *before* you update your project:
```
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
php composer.phar global require "fxp/composer-asset-plugin:~1.0.0"
```
You also need to add the following code to your project's `composer.json` file: