Parcourir la source

Switch to 1.0.0-beta1 for the composer asset plugin.

Qiang Xue il y a 11 ans
Parent
commit
1484e58b1b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

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