From b7d50817af95c5db05fb78d8f013284a9b0a767a Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Thu, 14 Apr 2016 17:48:19 +0200 Subject: [PATCH] Enh: Increased fxp/composer-asset-plugin version --- protected/humhub/docs/guide/admin-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/humhub/docs/guide/admin-installation.md b/protected/humhub/docs/guide/admin-installation.md index 4baf999229..bf27ef403a 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.1.0" +php composer.phar global require "fxp/composer-asset-plugin:~1.1.1" composer update ```