Thomas Bruederli
2014-12-18 8d9945c4f6a59296bedef8c2bb097601f06c07c6
Enable updating of composer.json dependencies
1 files modified
2 ■■■ changed files
bin/update.sh 2 ●●● patch | view | raw | blame | history
bin/update.sh
@@ -196,7 +196,7 @@
    }
    // write updated composer.json back to disk
    if (0&&$comsposer_json && is_writeable(INSTALL_PATH . 'composer.json')) {
    if ($comsposer_json && is_writeable(INSTALL_PATH . 'composer.json')) {
      $success &= (bool)file_put_contents(INSTALL_PATH . 'composer.json', $comsposer_json);
    }
    else {