From a61ef0a646f7c352201dbd339545c0efa9beba82 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Mon, 23 Nov 2015 16:07:23 +0100 Subject: [PATCH] Update composer-asset-plugin version --- .travis.yml | 2 +- protected/humhub/docs/guide/admin-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3af13f7dd2..eaa14c706a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: install: - travis_retry composer self-update && composer --version - - travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0" + - travis_retry composer global require "fxp/composer-asset-plugin:~1.1.0" - export PATH="$HOME/.composer/vendor/bin:$PATH" - travis_retry composer install --dev --prefer-dist --no-interaction diff --git a/protected/humhub/docs/guide/admin-installation.md b/protected/humhub/docs/guide/admin-installation.md index b5cb38ba56..4baf999229 100644 --- a/protected/humhub/docs/guide/admin-installation.md +++ b/protected/humhub/docs/guide/admin-installation.md @@ -25,7 +25,7 @@ git clone https://github.com/humhub/humhub.git - Navigate to your HumHub webroot and fetch dependencies ``` -composer global require "fxp/composer-asset-plugin:~1.0.0" +composer global require "fxp/composer-asset-plugin:~1.1.0" composer update ```