Przeglądaj źródła

Update docs composer-asset-plugin [skip ci]

Jani Mikkonen 10 lat temu
rodzic
commit
1c7ac9d07a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

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