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 ```