Skip to content
Snippets Groups Projects
Commit 2a104813 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#58 Move project settings out of composer.json

parent 616ae28f
No related branches found
No related tags found
No related merge requests found
......@@ -49,13 +49,13 @@ class Handler extends BaseHandler {
* Whether to overwrite existing config files.
*/
public function configureProject($overwrite = FALSE): void {
$this->init();
// We only do the fancy stuff for developers and for CI.
if (!$this->isDevMode() && !$this->isCiContext()) {
return;
}
$this->init();
$fs = new Filesystem();
$installationManager = $this->composer->getInstallationManager();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment