Loading admin/actions/update-composer.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ $c->println("\nMise à jour des dépendances à l'aide de Composer", $c::COLOR_L $c->passthru([ "export COMPOSER_ALLOW_SUPERUSER=1", "cd $osedir", "php composer.phar self-update --2", "php composer.phar self-update --2.2", "php composer.phar install --optimize-autoloader", ]); Loading
admin/actions/update-composer.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ $c->println("\nMise à jour des dépendances à l'aide de Composer", $c::COLOR_L $c->passthru([ "export COMPOSER_ALLOW_SUPERUSER=1", "cd $osedir", "php composer.phar self-update --2", "php composer.phar self-update --2.2", "php composer.phar install --optimize-autoloader", ]);