Loading admin/actions/update-composer.php 0 → 100644 +15 −0 Original line number Diff line number Diff line <?php // A supprimer pour après la version 20!!! // Initialisation $osedir = $oa->getOseDir(); // Récupération des dépendances $c->println("\nMise à jour des dépendances à l'aide de Composer", $c::COLOR_LIGHT_CYAN); $c->passthru([ "export COMPOSER_ALLOW_SUPERUSER=1", "cd $osedir", "php composer.phar self-update --2", "php composer.phar install --optimize-autoloader", ]); Loading
admin/actions/update-composer.php 0 → 100644 +15 −0 Original line number Diff line number Diff line <?php // A supprimer pour après la version 20!!! // Initialisation $osedir = $oa->getOseDir(); // Récupération des dépendances $c->println("\nMise à jour des dépendances à l'aide de Composer", $c::COLOR_LIGHT_CYAN); $c->passthru([ "export COMPOSER_ALLOW_SUPERUSER=1", "cd $osedir", "php composer.phar self-update --2", "php composer.phar install --optimize-autoloader", ]);