diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index e5136a2212..fabe43d17b 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -5,6 +5,7 @@ HumHub Change Log -------------------------------- Important note for LDAP users: There is a new setting "ID Attribute" which should be set to clearly identify users. +Important note for Git/Composer installations: http://www.yiiframework.com/news/148/important-note-about-bower-and-the-asset-plugin/ - Fix: Readonly markdown field issue. - Enh: Added flag to control automatically created social activities at content creation. diff --git a/protected/humhub/docs/guide/developer/git-installation.md b/protected/humhub/docs/guide/developer/git-installation.md index c99010420e..1fc8abe7cc 100644 --- a/protected/humhub/docs/guide/developer/git-installation.md +++ b/protected/humhub/docs/guide/developer/git-installation.md @@ -32,7 +32,7 @@ git clone https://github.com/humhub/humhub.git 3. Navigate to your HumHub webroot and fetch dependencies: ``` -php composer.phar global require "fxp/composer-asset-plugin:~1.3" +php composer.phar global require "fxp/composer-asset-plugin:^1.4.2" php composer.phar update ```