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'); exec('php bin/console extensions:configure --with-config --ansi'); // @auto-scripts exec('php bin/console cache:clear --no-warmup'); exec('php bin/console assets:install --symlink --relative public'); exec('php bin/console bolt:info --ansi');