create(); $ciDetector = new CiDetector(); if ($ciDetector->isCiDetected()) { $symfonyStyle->warning(sprintf('"php %s" skipped in CI composer', __FILE__)); return; } $symfonyStyle->note('Running composer "post-install-cmd" scripts'); run('php bin/console extensions:configure --with-config --ansi', $symfonyStyle); // @auto-scripts run('php bin/console cache:clear --no-warmup', $symfonyStyle); run('php bin/console assets:install --symlink --relative public', $symfonyStyle); run('php bin/console bolt:info --ansi', $symfonyStyle, true);