Commit c0de03df by Carsten Brandt

updated composer asset plugin in travis.yml

parent 6a4dc8a4
......@@ -39,7 +39,7 @@ addons:
install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
- travis_retry composer global require "fxp/composer-asset-plugin:1.0.0"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
# core framework:
- travis_retry composer install --prefer-dist --no-interaction
......
......@@ -13,7 +13,7 @@ Either run
```
composer global require "fxp/composer-asset-plugin:1.0.0"
composer require --prefer-dist "yiisoft/yii2 *"
composer require yiisoft/yii2
```
or add
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment