diff --git a/Changelog b/Changelog
index 3e657aedb..2b699623a 100755
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+2016-06-25 DariusIII
+ * Upd: Composer will prefer source now on install
2016-06-24 DariusIII
* Fix: Fix styling of some pages in Gentele theme
* Chg: Consolidate groups handling by @ruhllatio
diff --git a/app/extensions/command/Update.php b/app/extensions/command/Update.php
index efb53374f..81f468ae0 100644
--- a/app/extensions/command/Update.php
+++ b/app/extensions/command/Update.php
@@ -182,7 +182,7 @@ class Update extends \app\extensions\console\Command
protected function composer()
{
$this->initialiseGit();
- $command = 'composer install';
+ $command = 'composer install --prefer-source';
if (in_array($this->gitBranch, $this->git->getBranchesStable())) {
$command .= ' --no-dev';
}
diff --git a/build/nntmux.xml b/build/nntmux.xml
index d2cc86e45..4ff78e3c3 100755
--- a/build/nntmux.xml
+++ b/build/nntmux.xml
@@ -8,7 +8,7 @@
9
- 5323
+ 5324
0000-00-00